Searched refs:load_start_time (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/
H A Dstats_collection_controller.cc45 // - |load_start_time| - time at which page load started.
53 const base::TimeTicks& load_start_time,
58 if (load_start_time.is_null()) {
65 item.SetDouble("load_start_ms", load_start_time.ToInternalValue() / 1000);
67 if (load_start_time.is_null() || load_stop_time.is_null()) {
71 (load_stop_time - load_start_time).InMilliseconds());
154 observer->load_start_time(), observer->load_stop_time(),
52 ConvertLoadTimeToJSON( const base::TimeTicks& load_start_time, const base::TimeTicks& load_stop_time, std::string *result) argument
H A Dstats_collection_observer.h28 const base::TimeTicks& load_start_time() { return start_time_; } function in class:content::StatsCollectionObserver
/external/chromium_org/chrome/browser/net/
H A Dload_time_stats.cc164 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/
H A Dprerender_contents.h103 base::TimeTicks load_start_time() const { return load_start_time_; } function in class:prerender::PrerenderContents
H A Dprerender_manager.cc290 if (!pc->load_start_time().is_null())
291 RecordTimeUntilUsed(GetCurrentTimeTicks() - pc->load_start_time());
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_contents.h207 base::TimeTicks load_start_time() const { return load_start_time_; } function in class:prerender::PrerenderContents
H A Dprerender_manager.cc509 if (!prerender_contents->load_start_time().is_null()) {
512 GetCurrentTimeTicks() - prerender_contents->load_start_time());

Completed in 1746 milliseconds