Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebAnimationControllerImpl.cpp58 bool WebAnimationControllerImpl::pauseAnimationAtTime(WebElement& element, in pauseAnimationAtTime() function in WebKit::WebAnimationControllerImpl
65 return controller->pauseAnimationAtTime(PassRefPtr<Element>(element)->renderer(), in pauseAnimationAtTime()
DWebAnimationControllerImpl.h48 virtual bool pauseAnimationAtTime(WebElement&,
/external/webkit/Source/WebKit/chromium/public/
DWebAnimationController.h46 virtual bool pauseAnimationAtTime(WebElement&,
/external/webkit/Source/WebCore/page/animation/
DAnimationController.cpp280 bool AnimationControllerPrivate::pauseAnimationAtTime(RenderObject* renderer, const String& name, d… in pauseAnimationAtTime() function in WebCore::AnimationControllerPrivate
289 if (compAnim->pauseAnimationAtTime(name, t)) { in pauseAnimationAtTime()
523 bool AnimationController::pauseAnimationAtTime(RenderObject* renderer, const String& name, double t) in pauseAnimationAtTime() function in WebCore::AnimationController
525 return m_data->pauseAnimationAtTime(renderer, name, t); in pauseAnimationAtTime()
DAnimationController.h59 …bool pauseAnimationAtTime(RenderObject*, const String& name, double t); // To be used only for tes…
DCompositeAnimation.h80 bool pauseAnimationAtTime(const AtomicString& name, double t);
DAnimationControllerPrivate.h81 bool pauseAnimationAtTime(RenderObject*, const String& name, double t);
DCompositeAnimation.cpp500 bool CompositeAnimation::pauseAnimationAtTime(const AtomicString& name, double t) in pauseAnimationAtTime() function in WebCore::CompositeAnimation
/external/chromium/webkit/glue/
Ddom_operations.cc257 return controller->pauseAnimationAtTime(element, in PauseAnimationAtTimeOnElementWithId()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.cpp404 return controller->pauseAnimationAtTime(coreNode->renderer(), animationName, time); in pauseAnimationOnElementWithId()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.cpp379 …return core(frame)->animation()->pauseAnimationAtTime(coreElement->renderer(), AtomicString(name),… in pauseAnimation()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp272 return controller->pauseAnimationAtTime(coreNode->renderer(), animationName, time); in pauseAnimation()
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.cpp919 return controller->pauseAnimationAtTime(element, animationName, time); in pauseAnimationAtTimeOnElementWithId()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp1216 …*animationWasRunning = controller->pauseAnimationAtTime(domNode->node()->renderer(), String(animat… in pauseAnimation()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm990 return controller->pauseAnimationAtTime(coreNode->renderer(), name, time);
/external/webkit/Source/WebCore/
DChangeLog-2009-06-167103 (WebCore::AnimationControllerPrivate::pauseAnimationAtTime):
22415 (WebCore::AnimationControllerPrivate::pauseAnimationAtTime):
22669 (WebCore::CompositeAnimation::pauseAnimationAtTime):
42970 (WebCore::AnimationControllerPrivate::pauseAnimationAtTime):
64487 (WebCore::AnimationControllerPrivate::pauseAnimationAtTime):
64932 (WebCore::CompositeAnimationPrivate::pauseAnimationAtTime):
69318 (WebCore::AnimationControllerPrivate::pauseAnimationAtTime):
69320 (WebCore::AnimationController::pauseAnimationAtTime):
69325 (WebCore::CompositeAnimationPrivate::pauseAnimationAtTime):
69327 (WebCore::CompositeAnimation::pauseAnimationAtTime):
DChangeLog-2010-01-291709 (WebCore::CompositeAnimation::pauseAnimationAtTime):
2287 (WebCore::CompositeAnimation::pauseAnimationAtTime):
2386 (WebCore::CompositeAnimation::pauseAnimationAtTime):
65123 (WebCore::AnimationControllerPrivate::pauseAnimationAtTime):
77247 (WebCore::CompositeAnimation::pauseAnimationAtTime):
DChangeLog-2010-05-2431358 (WebCore::CompositeAnimation::pauseAnimationAtTime):
31382 (WebCore::CompositeAnimation::pauseAnimationAtTime):
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1625833 (WebKit::WebAnimationControllerImpl::pauseAnimationAtTime):