Searched refs:load_start_time_ (Results 1 – 5 of 5) sorted by relevance
129 if (load_start_time_.is_null()) in LoadPluginsInternal()130 load_start_time_ = base::TimeTicks::Now(); in LoadPluginsInternal()213 (base::TimeTicks::Now() - load_start_time_) * in MaybeRunPendingCallbacks()215 load_start_time_ = base::TimeTicks(); in MaybeRunPendingCallbacks()
114 base::TimeTicks load_start_time_; in NON_EXPORTED_BASE() local
253 new_contents->load_start_time_ = load_start_time_; in CreateMatchCompleteReplacement()310 DCHECK(load_start_time_.is_null()); in StartPrerendering()311 load_start_time_ = base::TimeTicks::Now(); in StartPrerendering()783 base::TimeDelta duration = current_time - load_start_time_; in GetAsValue()
199 base::TimeTicks load_start_time() const { return load_start_time_; } in load_start_time()348 base::TimeTicks load_start_time_; variable
315 load_start_time_ = test_prerender_manager_->GetCurrentTimeTicks(); in StartPrerendering()