/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DumpRenderTreeSupportGtk.h | 79 …static bool pauseSVGAnimation(WebKitWebFrame*, const char* animationId, double time, const char* e…
|
D | DumpRenderTreeSupportGtk.cpp | 391 bool DumpRenderTreeSupportGtk::pauseSVGAnimation(WebKitWebFrame* frame, const char* animationId, do… in pauseSVGAnimation() function in DumpRenderTreeSupportGtk
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.h | 100 …static bool pauseSVGAnimation(QWebFrame*, const QString& animationId, double time, const QString& … in Q_DECLARE_METATYPE()
|
D | DumpRenderTreeSupportQt.cpp | 297 bool DumpRenderTreeSupportQt::pauseSVGAnimation(QWebFrame *frame, const QString &animationId, doubl… in pauseSVGAnimation() function in DumpRenderTreeSupportQt
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFrame.h | 594 virtual bool pauseSVGAnimation(const WebString& animationId,
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebFramePrivate.idl | 102 …HRESULT pauseSVGAnimation([in] BSTR elementId, [in] IDOMNode* node, [in] double secondsFromNow, [o…
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.h | 206 virtual bool pauseSVGAnimation(const WebString& animationId,
|
D | WebFrameImpl.cpp | 1863 bool WebFrameImpl::pauseSVGAnimation(const WebString& animationId, double time, const WebString& el… in pauseSVGAnimation() function in WebKit::WebFrameImpl
|
/external/webkit/Source/WebKit/win/ |
D | WebFrame.h | 258 …virtual HRESULT STDMETHODCALLTYPE pauseSVGAnimation(BSTR elementId, IDOMNode*, double secondsFromN…
|
D | WebFrame.cpp | 1243 HRESULT WebFrame::pauseSVGAnimation(BSTR elementId, IDOMNode* node, double secondsFromNow, BOOL* an… in pauseSVGAnimation() function in WebFrame
|
D | ChangeLog | 7103 * Interfaces/IWebFramePrivate.idl: Moved pauseSVGAnimation to the end 7347 (WebFrame::pauseSVGAnimation):
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.cpp | 519 return DumpRenderTreeSupportQt::pauseSVGAnimation(frame, animationId, time, elementId); in sampleSVGAnimationForElementAtTime()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 736 bool returnValue = DumpRenderTreeSupportGtk::pauseSVGAnimation(mainFrame, name, time, element); in sampleSVGAnimationForElementAtTime()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 1102 hr = framePrivate->pauseSVGAnimation(elementIdBSTR, element.get(), time, &wasRunning); in sampleSVGAnimationForElementAtTime()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | LayoutTestController.cpp | 1049 bool success = m_shell->webView()->mainFrame()->pauseSVGAnimation(animationId, time, elementId); in sampleSVGAnimationForElementAtTime()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 8191 (WebKit::WebFrameImpl::pauseSVGAnimation):
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 9037 (DumpRenderTreeSupportQt::pauseSVGAnimation):
|