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

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.h 66 void suspendAnimations();
CompositeAnimation.h 64 void suspendAnimations();
AnimationControllerPrivate.h 77 void suspendAnimations();
AnimationController.cpp 287 void AnimationControllerPrivate::suspendAnimations()
293 child->animation()->suspendAnimations();
314 compAnim->suspendAnimations();
569 void AnimationController::suspendAnimations()
571 m_data->suspendAnimations();
AnimationBase.cpp 560 toRenderBoxModelObject(m_object)->suspendAnimations(m_pauseTime);
CompositeAnimation.cpp 416 void CompositeAnimation::suspendAnimations()
  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 164 virtual void suspendAnimations(double monotonicTime) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 137 void suspendAnimations(double time = 0);
RenderBoxModelObject.h 191 void suspendAnimations(double time = 0);
RenderLayerBacking.cpp     [all...]
RenderBoxModelObject.cpp 144 void RenderBoxModelObject::suspendAnimations(double time)
148 layer()->backing()->suspendAnimations(time);
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.h 94 virtual void suspendAnimations(double monotonic_time);
web_layer_impl.cc 214 void WebLayerImpl::suspendAnimations(double monotonic_time) {
215 layer_->SuspendAnimations(monotonic_time);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 346 void suspendAnimations(double time);
GraphicsLayer.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 226 mGlowPadView.suspendAnimations();
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 108 void suspendAnimations(Document*, ExceptionState&) const;
Internals.idl 69 [RaisesException] void suspendAnimations(Document document);
Internals.cpp 424 void Internals::suspendAnimations(Document* document, ExceptionState& es) const
436 controller->suspendAnimations();
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 296 public void suspendAnimations() {
    [all...]
MultiWaveView.java 287 public void suspendAnimations() {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 294 public void suspendAnimations() {
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 297 public void suspendAnimations() {
    [all...]

Completed in 1100 milliseconds