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

  /external/chromium_org/components/history/core/common/
thumbnail_score.cc 132 const TimeDelta time_elapsed = Time::Now() - time_at_snapshot; local
133 if (time_elapsed < TimeDelta::FromDays(kUpdateThumbnailTimeDays) &&
  /hardware/qcom/display/msm8084/libqdutils/
profiler.h 72 float time_elapsed; member in struct:qdutils::CalcFps::debug_fps_metadata_t
  /hardware/qcom/display/msm8226/libqdutils/
profiler.h 72 float time_elapsed; member in struct:qdutils::CalcFps::debug_fps_metadata_t
  /hardware/qcom/display/msm8960/libqdutils/
profiler.h 72 float time_elapsed; member in struct:qdutils::CalcFps::debug_fps_metadata_t
  /hardware/qcom/display/msm8974/libqdutils/
profiler.h 72 float time_elapsed; member in struct:qdutils::CalcFps::debug_fps_metadata_t
  /external/chromium_org/base/
tracked_objects_unittest.cc 196 const int32 time_elapsed = (end_time - start_time).InMilliseconds(); local
203 EXPECT_EQ(time_elapsed, process_data.tasks[0].death_data.run_duration_sum);
204 EXPECT_EQ(time_elapsed, process_data.tasks[0].death_data.run_duration_max);
205 EXPECT_EQ(time_elapsed, process_data.tasks[0].death_data.run_duration_sample);
  /external/chromium_org/ui/app_list/
pagination_model.cc 54 const base::TimeDelta time_elapsed = local
56 if (time_elapsed.InMilliseconds() < kMinOverScrollTimeGapInMs)
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 202 base::TimeDelta time_elapsed = local
204 if (time_elapsed.InMilliseconds() < kPreemptWaitTimeMs) {
209 time_elapsed,
246 base::TimeDelta time_elapsed = local
248 if (time_elapsed.InMilliseconds() < kStopPreemptThresholdMs)

Completed in 279 milliseconds