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 194 const int32 time_elapsed = 1000; local
195 SetTestTime(start_time + time_elapsed);
228 EXPECT_EQ(time_elapsed, process_data.tasks[0].death_data.run_duration_sum);
229 EXPECT_EQ(time_elapsed, process_data.tasks[0].death_data.run_duration_max);
230 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 216 base::TimeDelta time_elapsed = local
218 if (time_elapsed.InMilliseconds() < kPreemptWaitTimeMs) {
223 time_elapsed,
260 base::TimeDelta time_elapsed = local
262 if (time_elapsed.InMilliseconds() < kStopPreemptThresholdMs)

Completed in 393 milliseconds