Searched refs:pauseAnimation (Results 1 - 17 of 17) sorted by relevance

/external/webkit/WebCore/page/animation/
H A DImplicitAnimation.h51 virtual void pauseAnimation(double /*timeOffset*/) { } function in class:WebCore::ImplicitAnimation
H A DKeyframeAnimation.h68 virtual void pauseAnimation(double timeOffset);
H A DAnimationBase.h194 virtual void pauseAnimation(double /*timeOffset*/) { } function in class:WebCore::AnimationBase
H A DKeyframeAnimation.cpp209 void KeyframeAnimation::pauseAnimation(double timeOffset) function in class:WebCore::KeyframeAnimation
H A DAnimationBase.cpp999 pauseAnimation(beginAnimationUpdateTime() - m_startTime);
1016 pauseAnimation(beginAnimationUpdateTime() - m_startTime);
1039 pauseAnimation(beginAnimationUpdateTime() - m_startTime);
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.h94 virtual void pauseAnimation(const String& keyframesName);
H A DGraphicsLayerAndroid.cpp797 void GraphicsLayerAndroid::pauseAnimation(const String& keyframesName) function in class:WebCore::GraphicsLayerAndroid
799 TLOG("NRO pauseAnimation(%s)", keyframesName.latin1().data());
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.h69 virtual void pauseAnimation(const String& keyframesName, double timeOffset);
H A DGraphicsLayerQt.cpp1154 void GraphicsLayerQt::pauseAnimation(const String& name, double timeOffset) function in class:WebCore::GraphicsLayerQt
/external/webkit/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl90 HRESULT pauseAnimation([in] BSTR animationName, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* animationWasRunning);
/external/webkit/WebCore/platform/graphics/
H A DGraphicsLayer.h280 virtual void pauseAnimation(const String& /* keyframesName */, double /*timeOffset*/) { } function in class:WebCore::GraphicsLayer
/external/webkit/WebCore/platform/graphics/mac/
H A DGraphicsLayerCA.h105 virtual void pauseAnimation(const String& keyframesName, double timeOffset);
H A DGraphicsLayerCA.mm752 void GraphicsLayerCA::pauseAnimation(const String& keyframesName, double timeOffset)
/external/webkit/WebKit/win/
H A DWebFrame.h241 virtual HRESULT STDMETHODCALLTYPE pauseAnimation(BSTR animationName, IDOMNode*, double secondsFromNow, BOOL* animationWasRunning);
H A DWebFrame.cpp1121 HRESULT WebFrame::pauseAnimation(BSTR animationName, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning) function in class:WebFrame
/external/webkit/WebCore/rendering/
H A DRenderLayerBacking.cpp1177 m_graphicsLayer->pauseAnimation(animationName, timeOffset);
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp861 hr = framePrivate->pauseAnimation(nameBSTR, element.get(), time, &wasRunning);

Completed in 114 milliseconds