HomeSort by relevance Sort by last modified time
    Searched refs:end_time_ms (Results 1 - 7 of 7) 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
multi_animation.cc 18 DCHECK(parts[i].end_time_ms - parts[i].start_time_ms >= parts[i].time_ms);
60 static_cast<double>(part.end_time_ms);
multi_animation_unittest.cc 45 parts[0].end_time_ms = 400;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.h 59 // Simulate(...) runs encoding / transmitting / decoding up to |end_time_ms|
62 void Simulate(int end_time_ms);
neteq_performance_test.cc 126 int64_t end_time_ms = clock->TimeInMilliseconds(); local
128 return end_time_ms - start_time_ms;
neteq_quality_test.cc 96 void NetEqQualityTest::Simulate(int end_time_ms) {
99 while (decoded_time_ms_ < end_time_ms) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 530 parts[0].end_time_ms = kMiniTitleChangeAnimationEnd1MS;
532 parts[2].end_time_ms = kMiniTitleChangeAnimationEnd3MS;
    [all...]

Completed in 73 milliseconds