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

  /external/chromium_org/content/renderer/
stats_collection_observer.h 28 const base::Time& load_start_time() { return start_time_; } function in class:content::StatsCollectionObserver
stats_collection_controller.cc 44 // - |load_start_time| - time at which page load started.
52 const base::Time& load_start_time,
57 if (load_start_time.is_null()) {
60 item.SetDouble("load_start_ms", load_start_time.ToInternalValue() / 1000);
62 if (load_start_time.is_null() || load_stop_time.is_null()) {
66 (load_stop_time - load_start_time).InMillisecondsF());
157 observer->load_start_time(), observer->load_stop_time(),
  /external/chromium_org/chrome/browser/net/
load_time_stats.cc 164 base::TimeTicks load_start_time() { return load_start_time_; } function in class:chrome_browser_net::LoadTimeStats::TabLoadStats
454 base::TimeTicks::Now() - stats->load_start_time();
467 delta -= base::TimeTicks::Now() - stats->load_start_time();
485 base::TimeDelta load_time = base::TimeTicks::Now() - stats->load_start_time();
  /external/chromium/chrome/browser/prerender/
prerender_contents.h 103 base::TimeTicks load_start_time() const { return load_start_time_; } function in class:prerender::PrerenderContents
prerender_manager.cc 290 if (!pc->load_start_time().is_null())
291 RecordTimeUntilUsed(GetCurrentTimeTicks() - pc->load_start_time());
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.h 208 base::TimeTicks load_start_time() const { return load_start_time_; } function in class:prerender::PrerenderContents
prerender_manager.cc 621 if (!prerender_contents->load_start_time().is_null()) {
624 GetCurrentTimeTicks() - prerender_contents->load_start_time());
    [all...]

Completed in 157 milliseconds