/external/chromium_org/cc/trees/ |
layer_tree_host_single_thread_client.h | 16 virtual void ScheduleAnimation() = 0;
|
layer_tree_host_impl.h | 136 virtual void ScheduleAnimation() OVERRIDE;
|
single_thread_proxy.cc | 178 client_->ScheduleAnimation();
|
/external/chromium_org/ash/system/tray/ |
throbber_view.cc | 84 ScheduleAnimation(true); 89 ScheduleAnimation(false); 98 void ThrobberView::ScheduleAnimation(bool start_throbber) {
|
throbber_view.h | 52 void ScheduleAnimation(bool start_throbber);
|
/external/chromium_org/cc/test/ |
fake_layer_tree_host_client.h | 47 virtual void ScheduleAnimation() OVERRIDE {}
|
layer_tree_test.h | 73 virtual void ScheduleAnimation() {}
|
layer_tree_test.cc | 268 virtual void ScheduleAnimation() OVERRIDE { 269 test_hooks_->ScheduleAnimation();
|
/external/chromium_org/content/renderer/input/ |
input_handler_proxy_unittest.cc | 44 MOCK_METHOD0(ScheduleAnimation, void()); 385 EXPECT_CALL(mock_input_handler_, ScheduleAnimation()); 466 EXPECT_CALL(mock_input_handler_, ScheduleAnimation()); 478 EXPECT_CALL(mock_input_handler_, ScheduleAnimation()); 487 EXPECT_CALL(mock_input_handler_, ScheduleAnimation()); 505 EXPECT_CALL(mock_input_handler_, ScheduleAnimation()); 541 EXPECT_CALL(mock_input_handler_, ScheduleAnimation()).Times(0); 574 EXPECT_CALL(mock_input_handler_, ScheduleAnimation()); 584 EXPECT_CALL(mock_input_handler_, ScheduleAnimation()); 593 EXPECT_CALL(mock_input_handler_, ScheduleAnimation()); [all...] |
input_handler_proxy.cc | 296 input_handler_->ScheduleAnimation(); 331 input_handler_->ScheduleAnimation(); 337 input_handler_->ScheduleAnimation();
|
/external/chromium_org/cc/input/ |
input_handler.h | 126 virtual void ScheduleAnimation() = 0;
|
/external/chromium_org/content/test/ |
web_layer_tree_view_impl_for_testing.h | 80 virtual void ScheduleAnimation() OVERRIDE {}
|
/external/chromium_org/ash/wm/ |
app_list_controller.h | 87 void ScheduleAnimation();
|
app_list_controller.cc | 160 ScheduleAnimation(); 254 void AppListController::ScheduleAnimation() {
|
session_state_animator.cc | 190 layer->GetAnimator()->ScheduleAnimation(sequence); 222 layer->GetAnimator()->ScheduleAnimation(sequence);
|
window_animations.cc | 118 window->layer()->GetAnimator()->ScheduleAnimation( 130 window->layer()->GetAnimator()->ScheduleAnimation(
|
/external/chromium_org/content/browser/renderer_host/ |
compositor_impl_android.h | 92 virtual void ScheduleAnimation() OVERRIDE;
|
compositor_impl_android.cc | 430 void CompositorImpl::ScheduleAnimation() {
|
/external/chromium_org/ash/shelf/ |
app_list_button.cc | 78 layer()->GetAnimator()->ScheduleAnimation(opacity_sequence.release());
|
/external/chromium_org/content/renderer/gpu/ |
render_widget_compositor.h | 140 virtual void ScheduleAnimation() OVERRIDE;
|
/external/chromium_org/ui/compositor/ |
layer_animator.h | 119 void ScheduleAnimation(LayerAnimationSequence* animation);
|
layer_animator.cc | 159 void LayerAnimator::ScheduleAnimation(LayerAnimationSequence* animation) { 217 ScheduleAnimation(*iter); 240 ScheduleAnimation(new LayerAnimationSequence( 255 ScheduleAnimation(*iter); 273 ScheduleAnimation(new ui::LayerAnimationSequence(
|
layer_animator_unittest.cc | 270 animator->ScheduleAnimation( 308 test_controller.animator()->ScheduleAnimation( 364 animator->ScheduleAnimation( 369 animator->ScheduleAnimation( 476 animator->ScheduleAnimation( 481 animator->ScheduleAnimation( 536 animator->ScheduleAnimation( 549 animator->ScheduleAnimation(bounds_and_grayscale.release()); 551 animator->ScheduleAnimation( 615 animator->ScheduleAnimation( [all...] |
compositor.h | 315 virtual void ScheduleAnimation() OVERRIDE;
|
/external/chromium_org/ui/views/corewm/ |
window_animations.cc | 393 window->layer()->GetAnimator()->ScheduleAnimation( 429 window->layer()->GetAnimator()->ScheduleAnimation(
|