HomeSort by relevance Sort by last modified time
    Searched refs:load_start_time_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/
plugin_loader_posix.cc 129 if (load_start_time_.is_null())
130 load_start_time_ = base::TimeTicks::Now();
213 (base::TimeTicks::Now() - load_start_time_) *
215 load_start_time_ = base::TimeTicks();
plugin_loader_posix.h 114 base::TimeTicks load_start_time_; member in class:content::PluginLoaderPosix
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.h 199 base::TimeTicks load_start_time() const { return load_start_time_; }
348 base::TimeTicks load_start_time_; member in class:prerender::PrerenderContents
prerender_contents.cc 253 new_contents->load_start_time_ = load_start_time_;
310 DCHECK(load_start_time_.is_null());
311 load_start_time_ = base::TimeTicks::Now();
783 base::TimeDelta duration = current_time - load_start_time_;
    [all...]
prerender_unittest.cc 315 load_start_time_ = test_prerender_manager_->GetCurrentTimeTicks();
    [all...]

Completed in 524 milliseconds