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

  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.h 51 virtual void pauseAnimation(double /*timeOffset*/);
KeyframeAnimation.h 68 virtual void pauseAnimation(double timeOffset);
AnimationBase.h 206 virtual void pauseAnimation(double /*timeOffset*/) { }
ImplicitAnimation.cpp 123 void ImplicitAnimation::pauseAnimation(double timeOffset)
KeyframeAnimation.cpp 262 void KeyframeAnimation::pauseAnimation(double timeOffset)
AnimationBase.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 71 virtual void pauseAnimation(const String& keyframesName, double timeOffset);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 112 virtual void pauseAnimation(const String& keyframesName);
GraphicsLayerAndroid.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 77 static bool pauseAnimation(WebKitWebFrame*, const char* name, double time, const char* element);
DumpRenderTreeSupportGtk.cpp 373 bool DumpRenderTreeSupportGtk::pauseAnimation(WebKitWebFrame* frame, const char* name, double time, const char* element)
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 88 HRESULT pauseAnimation([in] BSTR animationName, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* animationWasRunning);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 98 static bool pauseAnimation(QWebFrame*, const QString& name, double time, const QString& elementId);
DumpRenderTreeSupportQt.cpp 255 bool DumpRenderTreeSupportQt::pauseAnimation(QWebFrame *frame, const QString &animationName, double time, const QString &elementId)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 305 virtual void pauseAnimation(const String& /*animationName*/, double /*timeOffset*/) { }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 106 virtual void pauseAnimation(const String& animationName, double timeOffset);
GraphicsLayerCA.cpp 636 void GraphicsLayerCA::pauseAnimation(const String& animationName, double timeOffset)
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.h 256 virtual HRESULT STDMETHODCALLTYPE pauseAnimation(BSTR animationName, IDOMNode*, double secondsFromNow, BOOL* animationWasRunning);
WebFrame.cpp 1197 HRESULT WebFrame::pauseAnimation(BSTR animationName, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 716 bool returnValue = DumpRenderTreeSupportGtk::pauseAnimation(mainFrame, name, time, element);
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 501 return DumpRenderTreeSupportQt::pauseAnimation(frame, animationName, time, elementId);
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 1052 hr = framePrivate->pauseAnimation(nameBSTR, element.get(), time, &wasRunning);
    [all...]

Completed in 369 milliseconds