Home
last modified time | relevance | path

Searched refs:pauseSVGAnimation (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h79 …static bool pauseSVGAnimation(WebKitWebFrame*, const char* animationId, double time, const char* e…
DDumpRenderTreeSupportGtk.cpp391 bool DumpRenderTreeSupportGtk::pauseSVGAnimation(WebKitWebFrame* frame, const char* animationId, do… in pauseSVGAnimation() function in DumpRenderTreeSupportGtk
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h100 …static bool pauseSVGAnimation(QWebFrame*, const QString& animationId, double time, const QString& … in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp297 bool DumpRenderTreeSupportQt::pauseSVGAnimation(QWebFrame *frame, const QString &animationId, doubl… in pauseSVGAnimation() function in DumpRenderTreeSupportQt
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h594 virtual bool pauseSVGAnimation(const WebString& animationId,
/external/webkit/Source/WebKit/win/Interfaces/
DIWebFramePrivate.idl102 …HRESULT pauseSVGAnimation([in] BSTR elementId, [in] IDOMNode* node, [in] double secondsFromNow, [o…
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h206 virtual bool pauseSVGAnimation(const WebString& animationId,
DWebFrameImpl.cpp1863 bool WebFrameImpl::pauseSVGAnimation(const WebString& animationId, double time, const WebString& el… in pauseSVGAnimation() function in WebKit::WebFrameImpl
/external/webkit/Source/WebKit/win/
DWebFrame.h258 …virtual HRESULT STDMETHODCALLTYPE pauseSVGAnimation(BSTR elementId, IDOMNode*, double secondsFromN…
DWebFrame.cpp1243 HRESULT WebFrame::pauseSVGAnimation(BSTR elementId, IDOMNode* node, double secondsFromNow, BOOL* an… in pauseSVGAnimation() function in WebFrame
DChangeLog7103 * Interfaces/IWebFramePrivate.idl: Moved pauseSVGAnimation to the end
7347 (WebFrame::pauseSVGAnimation):
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.cpp519 return DumpRenderTreeSupportQt::pauseSVGAnimation(frame, animationId, time, elementId); in sampleSVGAnimationForElementAtTime()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp736 bool returnValue = DumpRenderTreeSupportGtk::pauseSVGAnimation(mainFrame, name, time, element); in sampleSVGAnimationForElementAtTime()
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp1102 hr = framePrivate->pauseSVGAnimation(elementIdBSTR, element.get(), time, &wasRunning); in sampleSVGAnimationForElementAtTime()
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.cpp1049 bool success = m_shell->webView()->mainFrame()->pauseSVGAnimation(animationId, time, elementId); in sampleSVGAnimationForElementAtTime()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-168191 (WebKit::WebFrameImpl::pauseSVGAnimation):
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-169037 (DumpRenderTreeSupportQt::pauseSVGAnimation):