/external/webkit/Source/WebKit/chromium/src/ |
D | WebAnimationControllerImpl.cpp | 90 void WebAnimationControllerImpl::suspendAnimations() const in suspendAnimations() function in WebKit::WebAnimationControllerImpl 97 controller->suspendAnimations(); in suspendAnimations()
|
D | WebAnimationControllerImpl.h | 55 virtual void suspendAnimations() const;
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationController.cpp | 230 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()
|
D | AnimationController.h | 66 void suspendAnimations();
|
D | CompositeAnimation.h | 66 void suspendAnimations();
|
D | AnimationControllerPrivate.h | 72 void suspendAnimations();
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebAnimationController.h | 54 virtual void suspendAnimations() const = 0;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.h | 72 virtual void suspendAnimations(double time);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | LayoutTestController.h | 232 void suspendAnimations(const CppArgumentList&, CppVariant*); 479 void suspendAnimations();
|
D | LayoutTestController.cpp | 179 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/ |
D | DumpRenderTreeSupportGtk.h | 82 static void suspendAnimations(WebKitWebFrame*);
|
D | DumpRenderTreeSupportGtk.cpp | 426 void DumpRenderTreeSupportGtk::suspendAnimations(WebKitWebFrame* frame) in suspendAnimations() function in DumpRenderTreeSupportGtk 432 return coreFrame->animation()->suspendAnimations(); in suspendAnimations()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 107 virtual void suspendAnimations(double time);
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | LayoutTestController.h | 99 void suspendAnimations();
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebFrame.h | 110 void suspendAnimations();
|
D | WebFrame.cpp | 407 void WebFrame::suspendAnimations() in suspendAnimations() function in WebKit::WebFrame 416 controller->suspendAnimations(); in suspendAnimations()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.h | 119 void suspendAnimations(double time = 0);
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundleFrame.cpp | 99 toImpl(frameRef)->suspendAnimations(); in WKBundleFrameSuspendAnimations()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.h | 128 static void suspendAnimations(QWebFrame*); in Q_DECLARE_METATYPE()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
D | LayoutTestController.idl | 77 void suspendAnimations();
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 293 void LayoutTestController::suspendAnimations() const in suspendAnimations() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 182 void suspendAnimations() const;
|
D | LayoutTestControllerQt.cpp | 529 void LayoutTestController::suspendAnimations() const in suspendAnimations() function in LayoutTestController 533 DumpRenderTreeSupportQt::suspendAnimations(frame); in suspendAnimations()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebFramePrivate.idl | 116 HRESULT suspendAnimations();
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.h | 102 virtual void suspendAnimations(double time);
|