Searched refs:ScheduleAnimation (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dthrobber_view.cc84 ScheduleAnimation(true);
89 ScheduleAnimation(false);
98 void ThrobberView::ScheduleAnimation(bool start_throbber) { function in class:ash::internal::ThrobberView
H A Dthrobber_view.h52 void ScheduleAnimation(bool start_throbber);
/external/chromium_org/content/renderer/gpu/
H A Dinput_handler_proxy_unittest.cc41 MOCK_METHOD0(ScheduleAnimation, void());
381 EXPECT_CALL(mock_input_handler_, ScheduleAnimation());
462 EXPECT_CALL(mock_input_handler_, ScheduleAnimation());
474 EXPECT_CALL(mock_input_handler_, ScheduleAnimation());
483 EXPECT_CALL(mock_input_handler_, ScheduleAnimation());
501 EXPECT_CALL(mock_input_handler_, ScheduleAnimation());
537 EXPECT_CALL(mock_input_handler_, ScheduleAnimation()).Times(0);
570 EXPECT_CALL(mock_input_handler_, ScheduleAnimation());
580 EXPECT_CALL(mock_input_handler_, ScheduleAnimation());
589 EXPECT_CALL(mock_input_handler_, ScheduleAnimation());
[all...]
H A Dinput_handler_proxy.cc275 input_handler_->ScheduleAnimation();
310 input_handler_->ScheduleAnimation();
316 input_handler_->ScheduleAnimation();
/external/chromium_org/ash/wm/
H A Dapp_list_controller.h78 void ScheduleAnimation();
H A Dapp_list_controller.cc165 ScheduleAnimation();
252 void AppListController::ScheduleAnimation() { function in class:ash::internal::AppListController
H A Dsession_state_animator.cc190 layer->GetAnimator()->ScheduleAnimation(sequence);
222 layer->GetAnimator()->ScheduleAnimation(sequence);
H A Dwindow_animations.cc121 window->layer()->GetAnimator()->ScheduleAnimation(
133 window->layer()->GetAnimator()->ScheduleAnimation(
/external/chromium_org/cc/input/
H A Dinput_handler.h124 virtual void ScheduleAnimation() = 0;
/external/chromium_org/ash/launcher/
H A Dapp_list_button.cc78 layer()->GetAnimator()->ScheduleAnimation(opacity_sequence.release());
/external/chromium_org/ui/compositor/
H A Dlayer_animator.cc152 void LayerAnimator::ScheduleAnimation(LayerAnimationSequence* animation) { function in class:ui::LayerAnimator
210 ScheduleAnimation(*iter);
233 ScheduleAnimation(new LayerAnimationSequence(
248 ScheduleAnimation(*iter);
266 ScheduleAnimation(new ui::LayerAnimationSequence(
H A Dlayer_animator_unittest.cc267 animator->ScheduleAnimation(
305 test_controller.animator()->ScheduleAnimation(
361 animator->ScheduleAnimation(
366 animator->ScheduleAnimation(
473 animator->ScheduleAnimation(
478 animator->ScheduleAnimation(
533 animator->ScheduleAnimation(
546 animator->ScheduleAnimation(bounds_and_grayscale.release());
548 animator->ScheduleAnimation(
612 animator->ScheduleAnimation(
[all...]
H A Dlayer_animator.h114 void ScheduleAnimation(LayerAnimationSequence* animation);
/external/chromium_org/ui/views/corewm/
H A Dwindow_animations.cc384 window->layer()->GetAnimator()->ScheduleAnimation(
420 window->layer()->GetAnimator()->ScheduleAnimation(
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h128 virtual void ScheduleAnimation() OVERRIDE;
H A Dlayer_tree_host_impl.cc384 void LayerTreeHostImpl::ScheduleAnimation() { function in class:cc::LayerTreeHostImpl
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller_unittest.cc662 TEST(LayerAnimationControllerTest, ScheduleAnimation) {

Completed in 769 milliseconds