HomeSort by relevance Sort by last modified time
    Searched refs:pauseSVGAnimation (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 79 static bool pauseSVGAnimation(WebKitWebFrame*, const char* animationId, double time, const char* elementId);
DumpRenderTreeSupportGtk.cpp 391 bool DumpRenderTreeSupportGtk::pauseSVGAnimation(WebKitWebFrame* frame, const char* animationId, double time, const char* elementId)
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 102 HRESULT pauseSVGAnimation([in] BSTR elementId, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* animationWasRunning);
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 594 virtual bool pauseSVGAnimation(const WebString& animationId,
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 206 virtual bool pauseSVGAnimation(const WebString& animationId,
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 100 static bool pauseSVGAnimation(QWebFrame*, const QString& animationId, double time, const QString& elementId);
DumpRenderTreeSupportQt.cpp 297 bool DumpRenderTreeSupportQt::pauseSVGAnimation(QWebFrame *frame, const QString &animationId, double time, const QString &elementId)
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.h 258 virtual HRESULT STDMETHODCALLTYPE pauseSVGAnimation(BSTR elementId, IDOMNode*, double secondsFromNow, BOOL* animationWasRunning);
WebFrame.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 736 bool returnValue = DumpRenderTreeSupportGtk::pauseSVGAnimation(mainFrame, name, time, element);
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 519 return DumpRenderTreeSupportQt::pauseSVGAnimation(frame, animationId, time, elementId);
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp     [all...]

Completed in 206 milliseconds