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

  /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 195 ScheduleAnimation();
306 void AppListController::ScheduleAnimation() {
  /external/chromium_org/ui/compositor/
compositor.cc 334 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 554 void CompositorImpl::ScheduleAnimation() {
562 TRACE_EVENT0("cc", "CompositorImpl::ScheduleAnimation");
  /external/chromium_org/cc/test/
layer_tree_test.h 75 virtual void ScheduleAnimation() {}
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 706 void RenderWidgetCompositor::ScheduleAnimation() {
707 widget_->scheduleAnimation();
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc 545 void WebTestProxyBase::ScheduleAnimation() {
    [all...]

Completed in 290 milliseconds