/external/chromium_org/ash/system/tray/ |
D | throbber_view.cc | 82 ScheduleAnimation(true); in Start() 87 ScheduleAnimation(false); in Stop() 96 void ThrobberView::ScheduleAnimation(bool start_throbber) { in ScheduleAnimation() function in ash::ThrobberView
|
D | throbber_view.h | 51 void ScheduleAnimation(bool start_throbber);
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_single_thread_client.h | 16 virtual void ScheduleAnimation() {} in ScheduleAnimation() function
|
D | single_thread_proxy.cc | 153 client_->ScheduleAnimation(); in SetNeedsAnimate()
|
/external/chromium_org/ui/compositor/ |
D | layer_animator.cc | 156 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()
|
D | layer_animator_unittest.cc | 300 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 …]
|
D | layer_animator.h | 118 void ScheduleAnimation(LayerAnimationSequence* animation);
|
D | compositor.h | 248 virtual void ScheduleAnimation() OVERRIDE; in NON_EXPORTED_BASE()
|
D | compositor.cc | 378 void Compositor::ScheduleAnimation() { in ScheduleAnimation() function in ui::Compositor
|
/external/chromium_org/ash/wm/ |
D | app_list_controller.cc | 188 ScheduleAnimation(); in Show() 261 ScheduleAnimation(); in Dismiss() 328 void AppListController::ScheduleAnimation() { in ScheduleAnimation() function in ash::AppListController
|
D | window_animations.cc | 132 window->layer()->GetAnimator()->ScheduleAnimation( in AddLayerAnimationsForMinimize() 144 window->layer()->GetAnimator()->ScheduleAnimation( in AddLayerAnimationsForMinimize() 150 window->layer()->GetAnimator()->ScheduleAnimation( in AddLayerAnimationsForMinimize()
|
D | app_list_controller.h | 87 void ScheduleAnimation();
|
D | session_state_animator_impl.cc | 198 layer->GetAnimator()->ScheduleAnimation(sequence); in HideWindow() 230 layer->GetAnimator()->ScheduleAnimation(sequence); in TransformWindowToBaseState()
|
/external/chromium_org/content/browser/renderer_host/ |
D | compositor_impl_android.h | 90 virtual void ScheduleAnimation() OVERRIDE;
|
D | compositor_impl_android.cc | 614 void CompositorImpl::ScheduleAnimation() { in ScheduleAnimation() function in content::CompositorImpl
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | web_test_proxy.h | 152 void ScheduleAnimation(); 316 virtual void scheduleAnimation() { WebTestProxyBase::ScheduleAnimation(); } in scheduleAnimation()
|
D | web_test_proxy.cc | 676 void WebTestProxyBase::ScheduleAnimation() { in ScheduleAnimation() function in content::WebTestProxyBase
|
/external/chromium_org/content/renderer/gpu/ |
D | render_widget_compositor.h | 147 virtual void ScheduleAnimation() OVERRIDE; in NON_EXPORTED_BASE()
|
D | render_widget_compositor.cc | 839 void RenderWidgetCompositor::ScheduleAnimation() { in ScheduleAnimation() function in content::RenderWidgetCompositor
|
/external/chromium_org/ui/wm/core/ |
D | window_animations.cc | 447 window->layer()->GetAnimator()->ScheduleAnimation( in AddLayerAnimationsForRotate() 484 window->layer()->GetAnimator()->ScheduleAnimation(last_sequence); in AddLayerAnimationsForRotate()
|