Home
last modified time | relevance | path

Searched refs:AnimationEvent (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/cc/animation/
Danimation_events.cc9 AnimationEvent::AnimationEvent(AnimationEvent::Type type, in AnimationEvent() function in cc::AnimationEvent
Danimation_events.h17 struct CC_EXPORT AnimationEvent { struct
20 AnimationEvent(Type type, argument
37 typedef std::vector<AnimationEvent> AnimationEventsVector; argument
Dlayer_animation_controller.h91 void NotifyAnimationStarted(const AnimationEvent& event);
92 void NotifyAnimationFinished(const AnimationEvent& event);
93 void NotifyAnimationAborted(const AnimationEvent& event);
94 void NotifyAnimationPropertyUpdate(const AnimationEvent& event);
Dlayer_animation_controller.cc154 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 …]
Dlayer_animation_controller_unittest.cc331 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 …]
Dlayer_animation_event_observer.h14 virtual void OnAnimationStarted(const AnimationEvent& event) = 0;
/external/chromium_org/ui/compositor/
Dlayer_animation_sequence_unittest.cc96 cc::AnimationEvent(cc::AnimationEvent::Started, in TEST()
153 cc::AnimationEvent(cc::AnimationEvent::Started, in TEST()
184 cc::AnimationEvent(cc::AnimationEvent::Started, in TEST()
Dlayer_animator_unittest.cc348 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 …]
Dlayer_animation_sequence.h116 void OnThreadedAnimationStarted(const cc::AnimationEvent& event);
Dlayer_animator.h172 void OnThreadedAnimationStarted(const cc::AnimationEvent& event);
Dlayer_animation_sequence.cc212 const cc::AnimationEvent& event) { in OnThreadedAnimationStarted()
Dlayer.h354 virtual void OnAnimationStarted(const cc::AnimationEvent& event) OVERRIDE;
Dlayer_animator.cc307 const cc::AnimationEvent& event) { in OnThreadedAnimationStarted()
Dlayer.cc760 void Layer::OnAnimationStarted(const cc::AnimationEvent& event) { in OnAnimationStarted()
/external/chromium_org/ui/compositor/test/
Dlayer_animator_test_controller.cc52 cc::AnimationEvent(cc::AnimationEvent::Started, in StartThreadedAnimationsIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/events/
DEventAliases.in2 AnimationEvent ImplementedAs=WebKitAnimationEvent, RuntimeEnabled=cssAnimationUnprefixedEnabled
/external/chromium_org/cc/layers/
Dlayer.h51 struct AnimationEvent;
64 struct AnimationEvent;
/external/chromium_org/cc/trees/
Dlayer_tree_host.cc549 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/
DWindow.idl198 … [RuntimeEnabled=CSSAnimationUnprefixed] attribute WebKitAnimationEventConstructor AnimationEvent;