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

  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 123 void ImplicitAnimation::pauseAnimation(double timeOffset)
KeyframeAnimation.cpp 262 void KeyframeAnimation::pauseAnimation(double timeOffset)
AnimationBase.h 206 virtual void pauseAnimation(double /*timeOffset*/) { }
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 373 bool DumpRenderTreeSupportGtk::pauseAnimation(WebKitWebFrame* frame, const char* name, double time, const char* element)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 305 virtual void pauseAnimation(const String& /*animationName*/, double /*timeOffset*/) { }
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 636 void GraphicsLayerCA::pauseAnimation(const String& animationName, double timeOffset)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 255 bool DumpRenderTreeSupportQt::pauseAnimation(QWebFrame *frame, const QString &animationName, double time, const QString &elementId)
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 1197 HRESULT WebFrame::pauseAnimation(BSTR animationName, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning)
    [all...]

Completed in 150 milliseconds