HomeSort by relevance Sort by last modified time
    Searched refs:stop_time_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/renderer/
stats_collection_observer.h 29 const base::Time& load_stop_time() { return stop_time_; }
33 base::Time stop_time_; member in class:content::StatsCollectionObserver
stats_collection_observer.cc 25 DCHECK(stop_time_.is_null());
26 stop_time_ = base::Time::Now();
  /external/chromium_org/base/metrics/
stats_counters.cc 83 stop_time_ = TimeTicks();
90 stop_time_ = TimeTicks::Now();
96 return Enabled() && !start_time_.is_null() && stop_time_.is_null();
105 AddTime(stop_time_ - start_time_);
stats_counters.h 155 TimeTicks stop_time_; member in class:base::StatsCounterTimer
stats_table_unittest.cc 292 TimeTicks stop_time() { return stop_time_; }
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_pinch_gesture.cc 137 stop_time_ =
157 return std::min(timestamp, stop_time_);
162 return timestamp >= stop_time_;
synthetic_pinch_gesture.h 61 base::TimeTicks stop_time_; member in class:content::SyntheticPinchGesture
synthetic_gesture_controller_unittest.cc 285 base::TimeDelta GetDuration() const { return stop_time_ - start_time_; }
296 base::TimeDelta stop_time_; member in class:content::__anon11623::MockSyntheticTapGestureTarget
322 stop_time_ = base::TimeDelta::FromMilliseconds(
358 stop_time_ = base::TimeDelta::FromMilliseconds(
    [all...]

Completed in 2769 milliseconds