HomeSort by relevance Sort by last modified time
    Searched refs:load_start_time (Results 1 - 4 of 4) 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 - base::Time::UnixEpoch())
63 if (load_start_time.is_null() || load_stop_time.is_null()) {
67 (load_stop_time - load_start_time).InMillisecondsF());
155 observer->load_start_time(), observer->load_stop_time(),
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.h 199 base::TimeTicks load_start_time() const { return load_start_time_; } function in class:prerender::PrerenderContents
prerender_manager.cc 605 if (!prerender_data->contents()->load_start_time().is_null()) {
608 GetCurrentTimeTicks() - prerender_data->contents()->load_start_time());
    [all...]

Completed in 118 milliseconds