HomeSort by relevance Sort by last modified time
    Searched refs:ScheduleAnimation (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/cc/trees/
layer_tree_host_single_thread_client.h 16 virtual void ScheduleAnimation() = 0;
layer_tree_host_unittest_no_message_loop.cc 78 virtual void ScheduleAnimation() OVERRIDE {}
single_thread_proxy.cc 124 client_->ScheduleAnimation();
  /external/chromium_org/ash/system/tray/
throbber_view.cc 82 ScheduleAnimation(true);
87 ScheduleAnimation(false);
96 void ThrobberView::ScheduleAnimation(bool start_throbber) {
throbber_view.h 51 void ScheduleAnimation(bool start_throbber);
  /external/chromium_org/cc/test/
fake_layer_tree_host_client.h 46 virtual void ScheduleAnimation() OVERRIDE {}
layer_tree_test.h 75 virtual void ScheduleAnimation() {}
layer_tree_test.cc 323 virtual void ScheduleAnimation() OVERRIDE {
324 test_hooks_->ScheduleAnimation();
  /external/chromium_org/android_webview/browser/
hardware_renderer.h 58 virtual void ScheduleAnimation() OVERRIDE {}
  /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 86 void ScheduleAnimation();
window_animations.cc 132 window->layer()->GetAnimator()->ScheduleAnimation(
144 window->layer()->GetAnimator()->ScheduleAnimation(
150 window->layer()->GetAnimator()->ScheduleAnimation(
app_list_controller.cc 195 ScheduleAnimation();
306 void AppListController::ScheduleAnimation() {
session_state_animator.cc 188 layer->GetAnimator()->ScheduleAnimation(sequence);
220 layer->GetAnimator()->ScheduleAnimation(sequence);
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 87 virtual void ScheduleAnimation() OVERRIDE;
compositor_impl_android.cc 554 void CompositorImpl::ScheduleAnimation() {
562 TRACE_EVENT0("cc", "CompositorImpl::ScheduleAnimation");
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 142 virtual void ScheduleAnimation() OVERRIDE;
render_widget_compositor.cc 706 void RenderWidgetCompositor::ScheduleAnimation() {
707 widget_->scheduleAnimation();
  /external/chromium_org/ui/compositor/
compositor.h 232 virtual void ScheduleAnimation() OVERRIDE;
layer_animator.h 118 void ScheduleAnimation(LayerAnimationSequence* animation);
layer_animator_unittest.cc 300 animator->ScheduleAnimation(
338 test_controller.animator()->ScheduleAnimation(
393 animator->ScheduleAnimation(
398 animator->ScheduleAnimation(
504 animator->ScheduleAnimation(
509 animator->ScheduleAnimation(
563 animator->ScheduleAnimation(
576 animator->ScheduleAnimation(bounds_and_grayscale.release());
578 animator->ScheduleAnimation(
641 animator->ScheduleAnimation(
    [all...]
layer_animator.cc 156 void LayerAnimator::ScheduleAnimation(LayerAnimationSequence* animation) {
215 ScheduleAnimation(*iter);
238 ScheduleAnimation(new LayerAnimationSequence(
253 ScheduleAnimation(*iter);
262 ScheduleAnimation(new ui::LayerAnimationSequence(
compositor.cc 334 void Compositor::ScheduleAnimation() {
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.h 148 void ScheduleAnimation();
303 virtual void scheduleAnimation() { WebTestProxyBase::ScheduleAnimation(); }
  /external/chromium_org/ui/wm/core/
window_animations.cc 447 window->layer()->GetAnimator()->ScheduleAnimation(
484 window->layer()->GetAnimator()->ScheduleAnimation(last_sequence);

Completed in 1552 milliseconds

1 2