/external/chromium_org/cc/animation/ |
D | animation_events.cc | 9 AnimationEvent::AnimationEvent(AnimationEvent::Type type, in AnimationEvent() function in cc::AnimationEvent
|
D | animation_events.h | 17 struct CC_EXPORT AnimationEvent { struct 20 AnimationEvent(Type type, argument 37 typedef std::vector<AnimationEvent> AnimationEventsVector; argument
|
D | layer_animation_controller.h | 91 void NotifyAnimationStarted(const AnimationEvent& event); 92 void NotifyAnimationFinished(const AnimationEvent& event); 93 void NotifyAnimationAborted(const AnimationEvent& event); 94 void NotifyAnimationPropertyUpdate(const AnimationEvent& event);
|
D | layer_animation_controller.cc | 154 AnimationEvent event(AnimationEvent::PropertyUpdate, in AccumulatePropertyUpdates() 168 AnimationEvent event(AnimationEvent::PropertyUpdate, in AccumulatePropertyUpdates() 182 AnimationEvent event(AnimationEvent::PropertyUpdate, in AccumulatePropertyUpdates() 313 const AnimationEvent& event) { in NotifyAnimationStarted() 343 const AnimationEvent& event) { in NotifyAnimationFinished() 365 const AnimationEvent& event) { in NotifyAnimationAborted() 375 const AnimationEvent& event) { in NotifyAnimationPropertyUpdate() 719 AnimationEvent started_event(AnimationEvent::Started, in PromoteStartedAnimations() 759 AnimationEvent aborted_event(AnimationEvent::Aborted, in MarkAnimationsForDeletion() 816 AnimationEvent finished_event( in MarkAnimationsForDeletion() [all …]
|
D | layer_animation_controller_unittest.cc | 331 AnimationEvent animation_started_event(AnimationEvent::Started, in TEST() 376 EXPECT_EQ(AnimationEvent::Started, (*events)[0].type); in TEST() 394 EXPECT_EQ(AnimationEvent::Finished, (*events)[0].type); in TEST() 418 static const AnimationEvent* GetMostRecentPropertyUpdateEvent( in GetMostRecentPropertyUpdateEvent() 420 const AnimationEvent* event = 0; in GetMostRecentPropertyUpdateEvent() 422 if ((*events)[i].type == AnimationEvent::PropertyUpdate) in GetMostRecentPropertyUpdateEvent() 450 const AnimationEvent* event = GetMostRecentPropertyUpdateEvent(events.get()); in TEST() 480 const AnimationEvent* start_opacity_event = in TEST() 490 const AnimationEvent* end_opacity_event = in TEST() 530 const AnimationEvent* start_transform_event = in TEST() [all …]
|
D | layer_animation_event_observer.h | 14 virtual void OnAnimationStarted(const AnimationEvent& event) = 0;
|
/external/chromium_org/ui/compositor/ |
D | layer_animation_sequence_unittest.cc | 96 cc::AnimationEvent(cc::AnimationEvent::Started, in TEST() 153 cc::AnimationEvent(cc::AnimationEvent::Started, in TEST() 184 cc::AnimationEvent(cc::AnimationEvent::Started, in TEST()
|
D | layer_animator_unittest.cc | 348 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent( in TEST() 349 cc::AnimationEvent::Started, in TEST() 463 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent( in TEST() 464 cc::AnimationEvent::Started, in TEST() 737 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent( in TEST() 738 cc::AnimationEvent::Started, in TEST() 869 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent( in TEST() 870 cc::AnimationEvent::Started, in TEST() 894 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent( in TEST() 895 cc::AnimationEvent::Started, in TEST() [all …]
|
D | layer_animation_sequence.h | 116 void OnThreadedAnimationStarted(const cc::AnimationEvent& event);
|
D | layer_animator.h | 172 void OnThreadedAnimationStarted(const cc::AnimationEvent& event);
|
D | layer_animation_sequence.cc | 212 const cc::AnimationEvent& event) { in OnThreadedAnimationStarted()
|
D | layer.h | 354 virtual void OnAnimationStarted(const cc::AnimationEvent& event) OVERRIDE;
|
D | layer_animator.cc | 307 const cc::AnimationEvent& event) { in OnThreadedAnimationStarted()
|
D | layer.cc | 760 void Layer::OnAnimationStarted(const cc::AnimationEvent& event) { in OnAnimationStarted()
|
/external/chromium_org/ui/compositor/test/ |
D | layer_animator_test_controller.cc | 52 cc::AnimationEvent(cc::AnimationEvent::Started, in StartThreadedAnimationsIfNeeded()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | EventAliases.in | 2 AnimationEvent ImplementedAs=WebKitAnimationEvent, RuntimeEnabled=cssAnimationUnprefixedEnabled
|
/external/chromium_org/cc/layers/ |
D | layer.h | 51 struct AnimationEvent; 64 struct AnimationEvent;
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host.cc | 549 case AnimationEvent::Started: in SetAnimationEvents() 553 case AnimationEvent::Finished: in SetAnimationEvents() 557 case AnimationEvent::Aborted: in SetAnimationEvents() 561 case AnimationEvent::PropertyUpdate: in SetAnimationEvents()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | Window.idl | 198 … [RuntimeEnabled=CSSAnimationUnprefixed] attribute WebKitAnimationEventConstructor AnimationEvent;
|