Home
last modified time | relevance | path

Searched refs:stop_time_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/base/metrics/
Dstats_counters.cc83 stop_time_ = TimeTicks(); in Start()
90 stop_time_ = TimeTicks::Now(); in Stop()
96 return Enabled() && !start_time_.is_null() && stop_time_.is_null(); in Running()
105 AddTime(stop_time_ - start_time_); in Record()
Dstats_counters.h155 TimeTicks stop_time_; variable
Dstats_table_unittest.cc296 TimeTicks stop_time() { return stop_time_; } in stop_time()
/external/chromium_org/content/renderer/
Dstats_collection_observer.cc25 DCHECK(stop_time_.is_null()); in DidStopLoading()
26 stop_time_ = base::Time::Now(); in DidStopLoading()
Dstats_collection_observer.h29 const base::Time& load_stop_time() { return stop_time_; } in load_stop_time()
33 base::Time stop_time_; variable
/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_pinch_gesture.cc137 stop_time_ = in SetupCoordinatesAndStopTime()
157 return std::min(timestamp, stop_time_); in ClampTimestamp()
162 return timestamp >= stop_time_; in HasReachedTarget()
Dsynthetic_pinch_gesture.h61 base::TimeTicks stop_time_; variable
Dsynthetic_gesture_controller_unittest.cc285 base::TimeDelta GetDuration() const { return stop_time_ - start_time_; } in GetDuration()
296 base::TimeDelta stop_time_; member in content::__anon2797c5b00111::MockSyntheticTapGestureTarget
322 stop_time_ = base::TimeDelta::FromMilliseconds( in DispatchInputEventToPlatform()
358 stop_time_ = base::TimeDelta::FromMilliseconds( in DispatchInputEventToPlatform()