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

  /external/chromium_org/cc/animation/
animation_delegate.h 12 virtual void NotifyAnimationStarted(double time) = 0;
layer_animation_controller.h 87 void NotifyAnimationStarted(const AnimationEvent& event,
layer_animation_controller.cc 260 void LayerAnimationController::NotifyAnimationStarted(
267 layer_animation_delegate_->NotifyAnimationStarted(wall_clock_time);
282 layer_animation_delegate_->NotifyAnimationStarted(wall_clock_time);
layer_animation_controller_unittest.cc 82 controller->NotifyAnimationStarted(events[0], 0.0);
183 controller->NotifyAnimationStarted(animation_started_event, 0.0);
222 controller->NotifyAnimationStarted((*events)[0], 0.0);
387 virtual void NotifyAnimationStarted(double time) OVERRIDE {
441 controller->NotifyAnimationStarted((*events)[0], 0.0);
496 controller->NotifyAnimationStarted(
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_to_cc_animation_delegate_adapter.cc 15 void WebToCCAnimationDelegateAdapter::NotifyAnimationStarted(double time) {
16 delegate_->notifyAnimationStarted(time);
web_to_cc_animation_delegate_adapter.h 22 virtual void NotifyAnimationStarted(double time) OVERRIDE;
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 151 virtual void NotifyAnimationStarted(double wall_clock_time) OVERRIDE {
369 virtual void NotifyAnimationStarted(double time) OVERRIDE {
640 virtual void NotifyAnimationStarted(double wall_clock_time) OVERRIDE {
686 virtual void NotifyAnimationStarted(double wall_clock_time) OVERRIDE {
770 virtual void NotifyAnimationStarted(double wall_clock_time) OVERRIDE {
layer_tree_host.cc 536 (*iter).second->NotifyAnimationStarted((*events)[event_index],
    [all...]
  /external/chromium_org/cc/test/
layer_tree_test.h 73 virtual void NotifyAnimationStarted(double time) OVERRIDE {}

Completed in 73 milliseconds