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

  /external/chromium_org/cc/animation/
animation_delegate.h 13 virtual void NotifyAnimationFinished(double time) = 0;
layer_animation_controller.h 89 void NotifyAnimationFinished(const AnimationEvent& event,
layer_animation_controller.cc 289 void LayerAnimationController::NotifyAnimationFinished(
294 layer_animation_delegate_->NotifyAnimationFinished(wall_clock_time);
303 layer_animation_delegate_->NotifyAnimationFinished(wall_clock_time);
layer_animation_controller_unittest.cc 239 controller->NotifyAnimationFinished((*events)[0], 0.0);
391 virtual void NotifyAnimationFinished(double time) OVERRIDE {
458 controller->NotifyAnimationFinished((*events)[0], 0.0);
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_to_cc_animation_delegate_adapter.cc 19 void WebToCCAnimationDelegateAdapter::NotifyAnimationFinished(double time) {
20 delegate_->notifyAnimationFinished(time);
web_to_cc_animation_delegate_adapter.h 23 virtual void NotifyAnimationFinished(double time) OVERRIDE;
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.h 182 void NotifyAnimationFinished();
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 242 virtual void NotifyAnimationFinished(double time) OVERRIDE {
424 virtual void NotifyAnimationFinished(double time) OVERRIDE {
644 virtual void NotifyAnimationFinished(double wall_clock_time) OVERRIDE {
691 virtual void NotifyAnimationFinished(double wall_clock_time) OVERRIDE {
776 virtual void NotifyAnimationFinished(double wall_clock_time) OVERRIDE {
layer_tree_host.cc 541 (*iter).second->NotifyAnimationFinished((*events)[event_index],
    [all...]
  /external/chromium_org/cc/test/
layer_tree_test.h 74 virtual void NotifyAnimationFinished(double time) OVERRIDE {}

Completed in 3572 milliseconds