HomeSort by relevance Sort by last modified time
    Searched refs:suspendAnimations (Results 1 - 25 of 48) sorted by null

1 2

  /external/webkit/Source/WebKit/chromium/public/
WebAnimationController.h 54 virtual void suspendAnimations() const = 0;
  /external/webkit/Source/WebKit/chromium/src/
WebAnimationControllerImpl.h 55 virtual void suspendAnimations() const;
WebAnimationControllerImpl.cpp 90 void WebAnimationControllerImpl::suspendAnimations() const
97 controller->suspendAnimations();
  /external/webkit/Source/WebCore/page/animation/
AnimationController.h 66 void suspendAnimations();
CompositeAnimation.h 66 void suspendAnimations();
AnimationControllerPrivate.h 72 void suspendAnimations();
AnimationController.cpp 230 void AnimationControllerPrivate::suspendAnimations()
236 child->animation()->suspendAnimations();
257 compAnim->suspendAnimations();
548 void AnimationController::suspendAnimations()
550 m_data->suspendAnimations();
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 72 virtual void suspendAnimations(double time);
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 114 virtual void suspendAnimations(double time);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.h 110 void suspendAnimations();
WebFrame.cpp 407 void WebFrame::suspendAnimations()
416 controller->suspendAnimations();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 77 void suspendAnimations();
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 119 void suspendAnimations(double time = 0);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 82 static void suspendAnimations(WebKitWebFrame*);
DumpRenderTreeSupportGtk.cpp 426 void DumpRenderTreeSupportGtk::suspendAnimations(WebKitWebFrame* frame)
432 return coreFrame->animation()->suspendAnimations();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 99 void suspendAnimations();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 116 HRESULT suspendAnimations();
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 232 void suspendAnimations(const CppArgumentList&, CppVariant*);
479 void suspendAnimations();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 128 static void suspendAnimations(QWebFrame*);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFrame.cpp 99 toImpl(frameRef)->suspendAnimations();
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 182 void suspendAnimations() const;
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 293 void LayoutTestController::suspendAnimations() const
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 308 virtual void suspendAnimations(double time);
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 102 virtual void suspendAnimations(double time);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 239 mGlowPadView.suspendAnimations();

Completed in 466 milliseconds

1 2