/external/webkit/Source/WebCore/page/animation/ |
D | ImplicitAnimation.h | 51 virtual void pauseAnimation(double /*timeOffset*/);
|
D | KeyframeAnimation.h | 68 virtual void pauseAnimation(double timeOffset);
|
D | AnimationBase.h | 206 virtual void pauseAnimation(double /*timeOffset*/) { } in pauseAnimation() function
|
D | ImplicitAnimation.cpp | 123 void ImplicitAnimation::pauseAnimation(double timeOffset) in pauseAnimation() function in WebCore::ImplicitAnimation
|
D | KeyframeAnimation.cpp | 262 void KeyframeAnimation::pauseAnimation(double timeOffset) in pauseAnimation() function in WebCore::KeyframeAnimation
|
D | AnimationBase.cpp | 1076 pauseAnimation(beginAnimationUpdateTime() - m_startTime); in updateStateMachine() 1093 pauseAnimation(beginAnimationUpdateTime() - m_startTime); in updateStateMachine() 1120 pauseAnimation(beginAnimationUpdateTime() - m_startTime); in updateStateMachine()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.h | 71 virtual void pauseAnimation(const String& keyframesName, double timeOffset);
|
D | GraphicsLayerQt.cpp | 1720 void GraphicsLayerQt::pauseAnimation(const String& name, double timeOffset) in pauseAnimation() function in WebCore::GraphicsLayerQt
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 101 virtual void pauseAnimation(const String& keyframesName);
|
D | GraphicsLayerAndroid.cpp | 812 void GraphicsLayerAndroid::pauseAnimation(const String& keyframesName) in pauseAnimation() function in WebCore::GraphicsLayerAndroid
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DumpRenderTreeSupportGtk.h | 77 static bool pauseAnimation(WebKitWebFrame*, const char* name, double time, const char* element);
|
D | DumpRenderTreeSupportGtk.cpp | 373 bool DumpRenderTreeSupportGtk::pauseAnimation(WebKitWebFrame* frame, const char* name, double time,… in pauseAnimation() function in DumpRenderTreeSupportGtk
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.h | 98 …static bool pauseAnimation(QWebFrame*, const QString& name, double time, const QString& elementId); in Q_DECLARE_METATYPE()
|
D | DumpRenderTreeSupportQt.cpp | 255 bool DumpRenderTreeSupportQt::pauseAnimation(QWebFrame *frame, const QString &animationName, double… in pauseAnimation() function in DumpRenderTreeSupportQt 1124 return DumpRenderTreeSupportQt::pauseAnimation(frame, animationName, time, elementId); in qt_drt_pauseAnimation()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebFramePrivate.idl | 88 …HRESULT pauseAnimation([in] BSTR animationName, [in] IDOMNode* node, [in] double secondsFromNow, […
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.h | 106 virtual void pauseAnimation(const String& animationName, double timeOffset);
|
D | GraphicsLayerCA.cpp | 636 void GraphicsLayerCA::pauseAnimation(const String& animationName, double timeOffset) in pauseAnimation() function in WebCore::GraphicsLayerCA
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.h | 305 virtual void pauseAnimation(const String& /*animationName*/, double /*timeOffset*/) { } in pauseAnimation() function
|
/external/webkit/Source/WebKit/win/ |
D | WebFrame.h | 256 …virtual HRESULT STDMETHODCALLTYPE pauseAnimation(BSTR animationName, IDOMNode*, double secondsFrom…
|
D | WebFrame.cpp | 1197 HRESULT WebFrame::pauseAnimation(BSTR animationName, IDOMNode* node, double secondsFromNow, BOOL* a… in pauseAnimation() function in WebFrame
|
D | ChangeLog-2009-06-16 | 1077 * Interfaces/IWebFramePrivate.idl: Added pauseAnimation, 1081 (WebFrame::pauseAnimation): 1086 * WebFrame.h: Added pauseAnimation, pauseTransition, and
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1324 m_graphicsLayer->pauseAnimation(animationName, timeOffset); in animationPaused() 1380 …m_graphicsLayer->pauseAnimation(GraphicsLayer::animationNameForTransition(animatedProperty), timeO… in transitionPaused()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.cpp | 501 return DumpRenderTreeSupportQt::pauseAnimation(frame, animationName, time, elementId); in pauseAnimationAtTimeOnElementWithId()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 716 bool returnValue = DumpRenderTreeSupportGtk::pauseAnimation(mainFrame, name, time, element); in pauseAnimationAtTimeOnElementWithId()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 1052 hr = framePrivate->pauseAnimation(nameBSTR, element.get(), time, &wasRunning); in pauseAnimationAtTimeOnElementWithId()
|