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

  /external/chromium_org/ui/gfx/animation/
multi_animation.h 26 // end_time_ms: the end time used to calculate the percentange completed.
28 // In most cases |start_time_ms| = 0 and |end_time_ms| = |time_ms|. But you
33 Part() : time_ms(0), start_time_ms(0), end_time_ms(0), type(Tween::ZERO) {}
37 end_time_ms(time_ms),
42 int end_time_ms; member in struct:gfx::MultiAnimation::Part
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.cc 126 int64_t end_time_ms = clock->TimeInMilliseconds(); local
128 return end_time_ms - start_time_ms;

Completed in 145 milliseconds