Searched refs:pauseAnimationAtTime (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DAnimationController.h59 bool pauseAnimationAtTime(RenderObject*, const AtomicString& name, double t); // To be used only for testing
H A DCompositeAnimation.h78 bool pauseAnimationAtTime(const AtomicString& name, double t);
H A DAnimationControllerPrivate.h92 bool pauseAnimationAtTime(RenderObject*, const AtomicString& name, double t);
H A DAnimationController.cpp329 bool AnimationControllerPrivate::pauseAnimationAtTime(RenderObject* renderer, const AtomicString& name, double t) function in class:WebCore::AnimationControllerPrivate
335 if (compositeAnimation->pauseAnimationAtTime(name, t)) {
564 bool AnimationController::pauseAnimationAtTime(RenderObject* renderer, const AtomicString& name, double t) function in class:WebCore::AnimationController
566 return m_data->pauseAnimationAtTime(renderer, name, t);
H A DCompositeAnimation.cpp502 bool CompositeAnimation::pauseAnimationAtTime(const AtomicString& name, double t) function in class:WebCore::CompositeAnimation
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp449 return controller->pauseAnimationAtTime(element->renderer(), AtomicString(animationName), pauseTime);
470 return frame()->animation()->pauseAnimationAtTime(pseudoElement->renderer(), AtomicString(animationName), pauseTime);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebFrame.cpp1224 *animationWasRunning = controller->pauseAnimationAtTime(domNode->node()->renderer(), String(animationName, SysStringLen(animationName)), secondsFromNow);

Completed in 81 milliseconds