Home
last modified time | relevance | path

Searched refs:load_start_time (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/
Dstats_collection_controller.cc52 const base::Time& load_start_time, in ConvertLoadTimeToJSON() argument
57 if (load_start_time.is_null()) { in ConvertLoadTimeToJSON()
60 item.SetDouble("load_start_ms", (load_start_time - base::Time::UnixEpoch()) in ConvertLoadTimeToJSON()
63 if (load_start_time.is_null() || load_stop_time.is_null()) { in ConvertLoadTimeToJSON()
67 (load_stop_time - load_start_time).InMillisecondsF()); in ConvertLoadTimeToJSON()
155 observer->load_start_time(), observer->load_stop_time(), in GetTabLoadTiming()
Dstats_collection_observer.h28 const base::Time& load_start_time() { return start_time_; } in load_start_time() function
/external/chromium_org/chrome/browser/prerender/
Dprerender_contents.h199 base::TimeTicks load_start_time() const { return load_start_time_; } in load_start_time() function
Dprerender_manager.cc605 if (!prerender_data->contents()->load_start_time().is_null()) { in SwapInternal()
608 GetCurrentTimeTicks() - prerender_data->contents()->load_start_time()); in SwapInternal()