Home
last modified time | relevance | path

Searched refs:eventDelegate (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimation.cpp48 …fect, const Timing& timing, Priority priority, PassOwnPtrWillBeRawPtr<EventDelegate> eventDelegate) in create() argument
50 return adoptRefWillBeNoop(new Animation(target, effect, timing, priority, eventDelegate)); in create()
90 …fect, const Timing& timing, Priority priority, PassOwnPtrWillBeRawPtr<EventDelegate> eventDelegate) in Animation() argument
91 : AnimationNode(timing, eventDelegate) in Animation()
DAnimationNodeTest.cpp77 TestAnimationNodeEventDelegate* eventDelegate() { return m_eventDelegate.get(); } in eventDelegate() function in __anon2403196e0111::TestAnimationNode
105 TestAnimationNode(const Timing& specified, TestAnimationNodeEventDelegate* eventDelegate) in TestAnimationNode() argument
106 : AnimationNode(specified, adoptPtrWillBeNoop(eventDelegate)) in TestAnimationNode()
107 , m_eventDelegate(eventDelegate) in TestAnimationNode()
730 EXPECT_FALSE(animationNode->eventDelegate()->eventTriggered()); in TEST()
733 EXPECT_TRUE(animationNode->eventDelegate()->eventTriggered()); in TEST()
736 EXPECT_FALSE(animationNode->eventDelegate()->eventTriggered()); in TEST()
739 EXPECT_TRUE(animationNode->eventDelegate()->eventTriggered()); in TEST()
DAnimationNode.cpp53 …ationNode::AnimationNode(const Timing& timing, PassOwnPtrWillBeRawPtr<EventDelegate> eventDelegate) in AnimationNode() argument
58 , m_eventDelegate(eventDelegate) in AnimationNode()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp330 …OwnPtrWillBeRawPtr<AnimationEventDelegate> eventDelegate = adoptPtrWillBeNoop(new AnimationEventDe… in maybeApplyPendingUpdate() local
331 …>effect(), inertAnimation->specifiedTiming(), Animation::DefaultPriority, eventDelegate.release()); in maybeApplyPendingUpdate()
367 …OwnPtrWillBeRawPtr<TransitionEventDelegate> eventDelegate = adoptPtrWillBeNoop(new TransitionEvent… in maybeApplyPendingUpdate() local
393 …effect, inertAnimation->specifiedTiming(), Animation::TransitionPriority, eventDelegate.release()); in maybeApplyPendingUpdate()