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

  /external/webkit/WebKit/win/Interfaces/
IWebFramePrivate.idl 104 HRESULT pauseSVGAnimation([in] BSTR elementId, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* animationWasRunning);
  /external/webkit/WebKit/win/
WebFrame.h 243 virtual HRESULT STDMETHODCALLTYPE pauseSVGAnimation(BSTR elementId, IDOMNode*, double secondsFromNow, BOOL* animationWasRunning);
WebFrame.cpp 1167 HRESULT WebFrame::pauseSVGAnimation(BSTR elementId, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 911 hr = framePrivate->pauseSVGAnimation(elementIdBSTR, element.get(), time, &wasRunning);
    [all...]

Completed in 28 milliseconds