Home
last modified time | relevance | path

Searched refs:load_start_time_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/
Dplugin_loader_posix.cc129 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()
Dplugin_loader_posix.h114 base::TimeTicks load_start_time_; in NON_EXPORTED_BASE() local
/external/chromium_org/chrome/browser/prerender/
Dprerender_contents.cc253 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()
Dprerender_contents.h199 base::TimeTicks load_start_time() const { return load_start_time_; } in load_start_time()
348 base::TimeTicks load_start_time_; variable
Dprerender_unittest.cc315 load_start_time_ = test_prerender_manager_->GetCurrentTimeTicks(); in StartPrerendering()