HomeSort by relevance Sort by last modified time
    Searched refs:set_time_offset (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/animation/
animation.h 78 void set_time_offset(double monotonic_time) { time_offset_ = monotonic_time; } function in class:cc::Animation
animation_unittest.cc 73 anim->set_time_offset(4);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.cc 78 animation_->set_time_offset(monotonic_time);

Completed in 53 milliseconds