Home
last modified time | relevance | path

Searched refs:load_stop_time (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Dstats_collection_controller.cc53 const base::Time& load_stop_time, in ConvertLoadTimeToJSON() argument
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.h29 const base::Time& load_stop_time() { return stop_time_; } in load_stop_time() function