Home
last modified time | relevance | path

Searched refs:suspendAnimations (Results 1 – 25 of 56) sorted by relevance

123

/external/webkit/Source/WebKit/chromium/src/
DWebAnimationControllerImpl.cpp90 void WebAnimationControllerImpl::suspendAnimations() const in suspendAnimations() function in WebKit::WebAnimationControllerImpl
97 controller->suspendAnimations(); in suspendAnimations()
DWebAnimationControllerImpl.h55 virtual void suspendAnimations() const;
/external/webkit/Source/WebCore/page/animation/
DAnimationController.cpp230 void AnimationControllerPrivate::suspendAnimations() in suspendAnimations() function in WebCore::AnimationControllerPrivate
236 child->animation()->suspendAnimations(); in suspendAnimations()
257 compAnim->suspendAnimations(); in suspendAnimationsForDocument()
548 void AnimationController::suspendAnimations() in suspendAnimations() function in WebCore::AnimationController
550 m_data->suspendAnimations(); in suspendAnimations()
DAnimationController.h66 void suspendAnimations();
DCompositeAnimation.h66 void suspendAnimations();
DAnimationControllerPrivate.h72 void suspendAnimations();
/external/webkit/Source/WebKit/chromium/public/
DWebAnimationController.h54 virtual void suspendAnimations() const = 0;
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h72 virtual void suspendAnimations(double time);
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h232 void suspendAnimations(const CppArgumentList&, CppVariant*);
479 void suspendAnimations();
DLayoutTestController.cpp179 bindMethod("suspendAnimations", &LayoutTestController::suspendAnimations); in LayoutTestController()
965 void LayoutTestController::suspendAnimations() in suspendAnimations() function in LayoutTestController
975 controller->suspendAnimations(); in suspendAnimations()
1028 void LayoutTestController::suspendAnimations(const CppArgumentList&, CppVariant* result) in suspendAnimations() function in LayoutTestController
1030 suspendAnimations(); in suspendAnimations()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h82 static void suspendAnimations(WebKitWebFrame*);
DDumpRenderTreeSupportGtk.cpp426 void DumpRenderTreeSupportGtk::suspendAnimations(WebKitWebFrame* frame) in suspendAnimations() function in DumpRenderTreeSupportGtk
432 return coreFrame->animation()->suspendAnimations(); in suspendAnimations()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h107 virtual void suspendAnimations(double time);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h99 void suspendAnimations();
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.h110 void suspendAnimations();
DWebFrame.cpp407 void WebFrame::suspendAnimations() in suspendAnimations() function in WebKit::WebFrame
416 controller->suspendAnimations(); in suspendAnimations()
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.h119 void suspendAnimations(double time = 0);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleFrame.cpp99 toImpl(frameRef)->suspendAnimations(); in WKBundleFrameSuspendAnimations()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h128 static void suspendAnimations(QWebFrame*); in Q_DECLARE_METATYPE()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DLayoutTestController.idl77 void suspendAnimations();
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp293 void LayoutTestController::suspendAnimations() const in suspendAnimations() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h182 void suspendAnimations() const;
DLayoutTestControllerQt.cpp529 void LayoutTestController::suspendAnimations() const in suspendAnimations() function in LayoutTestController
533 DumpRenderTreeSupportQt::suspendAnimations(frame); in suspendAnimations()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebFramePrivate.idl116 HRESULT suspendAnimations();
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h102 virtual void suspendAnimations(double time);

123