Searched refs:pauseSVGAnimation (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h79 static bool pauseSVGAnimation(WebKitWebFrame*, const char* animationId, double time, const char* elementId);
H A DDumpRenderTreeSupportGtk.cpp391 bool DumpRenderTreeSupportGtk::pauseSVGAnimation(WebKitWebFrame* frame, const char* animationId, double time, const char* elementId) function in class:DumpRenderTreeSupportGtk
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl102 HRESULT pauseSVGAnimation([in] BSTR elementId, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* animationWasRunning);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFrame.h594 virtual bool pauseSVGAnimation(const WebString& animationId,
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h100 static bool pauseSVGAnimation(QWebFrame*, const QString& animationId, double time, const QString& elementId);
H A DDumpRenderTreeSupportQt.cpp297 bool DumpRenderTreeSupportQt::pauseSVGAnimation(QWebFrame *frame, const QString &animationId, double time, const QString &elementId) function in class:DumpRenderTreeSupportQt
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.h206 virtual bool pauseSVGAnimation(const WebString& animationId,
H A DWebFrameImpl.cpp1863 bool WebFrameImpl::pauseSVGAnimation(const WebString& animationId, double time, const WebString& elementId) function in class:WebKit::WebFrameImpl
/external/webkit/Source/WebKit/win/
H A DWebFrame.h258 virtual HRESULT STDMETHODCALLTYPE pauseSVGAnimation(BSTR elementId, IDOMNode*, double secondsFromNow, BOOL* animationWasRunning);
H A DWebFrame.cpp1243 HRESULT WebFrame::pauseSVGAnimation(BSTR elementId, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning) function in class:WebFrame
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp736 bool returnValue = DumpRenderTreeSupportGtk::pauseSVGAnimation(mainFrame, name, time, element);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp519 return DumpRenderTreeSupportQt::pauseSVGAnimation(frame, animationId, time, elementId);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1102 hr = framePrivate->pauseSVGAnimation(elementIdBSTR, element.get(), time, &wasRunning);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp1049 bool success = m_shell->webView()->mainFrame()->pauseSVGAnimation(animationId, time, elementId);

Completed in 7992 milliseconds