Searched refs:fetch_time_to_first_byte_ (Results 1 – 2 of 2) sorted by relevance
353 if (fetch_time_to_first_byte_.is_null()) in ConsumeBytesRead()354 fetch_time_to_first_byte_ = base::TimeTicks::Now(); in ConsumeBytesRead()378 DCHECK(!fetch_time_to_first_byte_.is_null()); in FetchCompleted()380 fetch_time_to_first_byte_ - fetch_start_time_); in FetchCompleted()406 fetch_time_to_first_byte_ = base::TimeTicks(); in ResetCurRequestState()
152 base::TimeTicks fetch_time_to_first_byte_; variable