Searched defs:pauseAnimation (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
H A DImplicitAnimation.cpp123 void ImplicitAnimation::pauseAnimation(double timeOffset) function in class:WebCore::ImplicitAnimation
H A DKeyframeAnimation.cpp262 void KeyframeAnimation::pauseAnimation(double timeOffset) function in class:WebCore::KeyframeAnimation
H A DAnimationBase.h206 virtual void pauseAnimation(double /*timeOffset*/) { } function in class:WebCore::AnimationBase
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h305 virtual void pauseAnimation(const String& /*animationName*/, double /*timeOffset*/) { } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp373 bool DumpRenderTreeSupportGtk::pauseAnimation(WebKitWebFrame* frame, const char* name, double time, const char* element) function in class:DumpRenderTreeSupportGtk
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp1022 void GraphicsLayerAndroid::pauseAnimation(const String& keyframesName) function in class:WebCore::GraphicsLayerAndroid
1024 ALOGV("NRO pauseAnimation(%s)", keyframesName.ascii().data());
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp255 bool DumpRenderTreeSupportQt::pauseAnimation(QWebFrame *frame, const QString &animationName, double time, const QString &elementId) function in class:DumpRenderTreeSupportQt
1124 return DumpRenderTreeSupportQt::pauseAnimation(frame, animationName, time, elementId);
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp636 void GraphicsLayerCA::pauseAnimation(const String& animationName, double timeOffset) function in class:WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1720 void GraphicsLayerQt::pauseAnimation(const String& name, double timeOffset) function in class:WebCore::GraphicsLayerQt
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1197 HRESULT WebFrame::pauseAnimation(BSTR animationName, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning) function in class:WebFrame

Completed in 534 milliseconds