HomeSort by relevance Sort by last modified time
    Searched defs:ScheduleAnimation (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_single_thread_client.h 16 virtual void ScheduleAnimation() {}
  /external/chromium_org/ash/system/tray/
throbber_view.cc 82 ScheduleAnimation(true);
87 ScheduleAnimation(false);
96 void ThrobberView::ScheduleAnimation(bool start_throbber) {
  /external/chromium_org/ash/wm/
app_list_controller.cc 188 ScheduleAnimation();
261 ScheduleAnimation();
328 void AppListController::ScheduleAnimation() {
  /external/chromium_org/ui/compositor/
compositor.cc 378 void Compositor::ScheduleAnimation() {
layer_animator.cc 156 void LayerAnimator::ScheduleAnimation(LayerAnimationSequence* animation) {
215 ScheduleAnimation(*iter);
238 ScheduleAnimation(new LayerAnimationSequence(
253 ScheduleAnimation(*iter);
262 ScheduleAnimation(new ui::LayerAnimationSequence(
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 614 void CompositorImpl::ScheduleAnimation() {
621 TRACE_EVENT0("cc", "CompositorImpl::ScheduleAnimation");
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 839 void RenderWidgetCompositor::ScheduleAnimation() {
840 widget_->scheduleAnimation();
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc 676 void WebTestProxyBase::ScheduleAnimation() {
    [all...]

Completed in 2445 milliseconds