Home
last modified time | relevance | path

Searched refs:fetch_time_to_first_byte_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dpac_file_fetcher_impl.cc353 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()
H A Dpac_file_fetcher_impl.h152 base::TimeTicks fetch_time_to_first_byte_; variable