Searched refs:load_start_time (Results 1 – 2 of 2) sorted by relevance
290 if (!pc->load_start_time().is_null()) in MaybeUsePreloadedPage()291 RecordTimeUntilUsed(GetCurrentTimeTicks() - pc->load_start_time()); in MaybeUsePreloadedPage()
103 base::TimeTicks load_start_time() const { return load_start_time_; } in load_start_time() function