RollingTimeDeltaHistory   11 cc/base/rolling_time_delta_history.cc RollingTimeDeltaHistory::RollingTimeDeltaHistory(size_t max_size)
RollingTimeDeltaHistory   14 cc/base/rolling_time_delta_history.cc RollingTimeDeltaHistory::~RollingTimeDeltaHistory() {}
RollingTimeDeltaHistory   16 cc/base/rolling_time_delta_history.cc void RollingTimeDeltaHistory::InsertSample(base::TimeDelta time) {
RollingTimeDeltaHistory   29 cc/base/rolling_time_delta_history.cc void RollingTimeDeltaHistory::Clear() {
RollingTimeDeltaHistory   34 cc/base/rolling_time_delta_history.cc base::TimeDelta RollingTimeDeltaHistory::Percentile(double percent) const {
RollingTimeDeltaHistory   18 cc/base/rolling_time_delta_history.h class CC_EXPORT RollingTimeDeltaHistory {
RollingTimeDeltaHistory   20 cc/base/rolling_time_delta_history.h   explicit RollingTimeDeltaHistory(size_t max_size);
RollingTimeDeltaHistory   22 cc/base/rolling_time_delta_history.h   ~RollingTimeDeltaHistory();
RollingTimeDeltaHistory   39 cc/base/rolling_time_delta_history.h   DISALLOW_COPY_AND_ASSIGN(RollingTimeDeltaHistory);
RollingTimeDeltaHistory   12 cc/base/rolling_time_delta_history_unittest.cc   RollingTimeDeltaHistory empty_history(0);
RollingTimeDeltaHistory   33 cc/base/rolling_time_delta_history_unittest.cc   RollingTimeDeltaHistory size_one_history(1);
RollingTimeDeltaHistory   58 cc/base/rolling_time_delta_history_unittest.cc   RollingTimeDeltaHistory large_history(100);
RollingTimeDeltaHistory  220 cc/output/output_surface.h   RollingTimeDeltaHistory gpu_latency_history_;
RollingTimeDeltaHistory   29 cc/trees/proxy_timing_history.h   RollingTimeDeltaHistory draw_duration_history_;
RollingTimeDeltaHistory   30 cc/trees/proxy_timing_history.h   RollingTimeDeltaHistory begin_main_frame_to_commit_duration_history_;
RollingTimeDeltaHistory   31 cc/trees/proxy_timing_history.h   RollingTimeDeltaHistory commit_to_activate_duration_history_;