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

  /external/chromium_org/cc/animation/
animation_delegate.h 15 virtual void NotifyAnimationStarted(
layer_animation_controller.h 91 void NotifyAnimationStarted(const AnimationEvent& event);
layer_animation_controller.cc 312 void LayerAnimationController::NotifyAnimationStarted(
318 layer_animation_delegate_->NotifyAnimationStarted(event.monotonic_time,
334 layer_animation_delegate_->NotifyAnimationStarted(
726 NotifyAnimationStarted(started_event);
    [all...]
layer_animation_controller_unittest.cc 102 controller->NotifyAnimationStarted(events[0]);
147 controller->NotifyAnimationStarted(events[0]);
207 controller->NotifyAnimationStarted((*events)[0]);
336 controller->NotifyAnimationStarted(animation_started_event);
377 controller->NotifyAnimationStarted((*events)[0]);
705 controller->NotifyAnimationStarted((*events)[0]);
    [all...]
  /external/chromium_org/cc/blink/
web_to_cc_animation_delegate_adapter.h 24 virtual void NotifyAnimationStarted(
web_to_cc_animation_delegate_adapter.cc 15 void WebToCCAnimationDelegateAdapter::NotifyAnimationStarted(
18 delegate_->notifyAnimationStarted(
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 149 virtual void NotifyAnimationStarted(
561 virtual void NotifyAnimationStarted(
859 virtual void NotifyAnimationStarted(
909 virtual void NotifyAnimationStarted(
992 virtual void NotifyAnimationStarted(
    [all...]
layer_tree_host.cc 550 (*iter).second->NotifyAnimationStarted((*events)[event_index]);
    [all...]
  /external/chromium_org/cc/test/
layer_tree_test.h 89 virtual void NotifyAnimationStarted(base::TimeTicks monotonic_time,
  /external/chromium_org/cc/layers/
layer_impl.h 112 virtual void NotifyAnimationStarted(

Completed in 327 milliseconds