Home
last modified time | relevance | path

Searched refs:ScheduleAnimation (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/ash/system/tray/
Dthrobber_view.cc82 ScheduleAnimation(true); in Start()
87 ScheduleAnimation(false); in Stop()
96 void ThrobberView::ScheduleAnimation(bool start_throbber) { in ScheduleAnimation() function in ash::ThrobberView
Dthrobber_view.h51 void ScheduleAnimation(bool start_throbber);
/external/chromium_org/cc/trees/
Dlayer_tree_host_single_thread_client.h16 virtual void ScheduleAnimation() {} in ScheduleAnimation() function
Dsingle_thread_proxy.cc153 client_->ScheduleAnimation(); in SetNeedsAnimate()
/external/chromium_org/ui/compositor/
Dlayer_animator.cc156 void LayerAnimator::ScheduleAnimation(LayerAnimationSequence* animation) { in ScheduleAnimation() function in ui::LayerAnimator
215 ScheduleAnimation(*iter); in StartTogether()
238 ScheduleAnimation(new LayerAnimationSequence( in ScheduleTogether()
253 ScheduleAnimation(*iter); in ScheduleTogether()
262 ScheduleAnimation(new ui::LayerAnimationSequence( in SchedulePauseForProperties()
Dlayer_animator_unittest.cc300 animator->ScheduleAnimation( in TEST()
338 test_controller.animator()->ScheduleAnimation( in TEST()
393 animator->ScheduleAnimation( in TEST()
398 animator->ScheduleAnimation( in TEST()
504 animator->ScheduleAnimation( in TEST()
509 animator->ScheduleAnimation( in TEST()
563 animator->ScheduleAnimation( in TEST()
576 animator->ScheduleAnimation(bounds_and_grayscale.release()); in TEST()
578 animator->ScheduleAnimation( in TEST()
641 animator->ScheduleAnimation( in TEST()
[all …]
Dlayer_animator.h118 void ScheduleAnimation(LayerAnimationSequence* animation);
Dcompositor.h248 virtual void ScheduleAnimation() OVERRIDE; in NON_EXPORTED_BASE()
Dcompositor.cc378 void Compositor::ScheduleAnimation() { in ScheduleAnimation() function in ui::Compositor
/external/chromium_org/ash/wm/
Dapp_list_controller.cc188 ScheduleAnimation(); in Show()
261 ScheduleAnimation(); in Dismiss()
328 void AppListController::ScheduleAnimation() { in ScheduleAnimation() function in ash::AppListController
Dwindow_animations.cc132 window->layer()->GetAnimator()->ScheduleAnimation( in AddLayerAnimationsForMinimize()
144 window->layer()->GetAnimator()->ScheduleAnimation( in AddLayerAnimationsForMinimize()
150 window->layer()->GetAnimator()->ScheduleAnimation( in AddLayerAnimationsForMinimize()
Dapp_list_controller.h87 void ScheduleAnimation();
Dsession_state_animator_impl.cc198 layer->GetAnimator()->ScheduleAnimation(sequence); in HideWindow()
230 layer->GetAnimator()->ScheduleAnimation(sequence); in TransformWindowToBaseState()
/external/chromium_org/content/browser/renderer_host/
Dcompositor_impl_android.h90 virtual void ScheduleAnimation() OVERRIDE;
Dcompositor_impl_android.cc614 void CompositorImpl::ScheduleAnimation() { in ScheduleAnimation() function in content::CompositorImpl
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_test_proxy.h152 void ScheduleAnimation();
316 virtual void scheduleAnimation() { WebTestProxyBase::ScheduleAnimation(); } in scheduleAnimation()
Dweb_test_proxy.cc676 void WebTestProxyBase::ScheduleAnimation() { in ScheduleAnimation() function in content::WebTestProxyBase
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.h147 virtual void ScheduleAnimation() OVERRIDE; in NON_EXPORTED_BASE()
Drender_widget_compositor.cc839 void RenderWidgetCompositor::ScheduleAnimation() { in ScheduleAnimation() function in content::RenderWidgetCompositor
/external/chromium_org/ui/wm/core/
Dwindow_animations.cc447 window->layer()->GetAnimator()->ScheduleAnimation( in AddLayerAnimationsForRotate()
484 window->layer()->GetAnimator()->ScheduleAnimation(last_sequence); in AddLayerAnimationsForRotate()