HomeSort by relevance Sort by last modified time
    Searched refs:needs_animate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.cc 198 bool needs_animate = start_selection_handle_->Animate(frame_time); local
199 needs_animate |= end_selection_handle_->Animate(frame_time);
200 return needs_animate;
touch_handle_unittest.cc 126 bool needs_animate = needs_animate_; local
128 return needs_animate;
touch_selection_controller_unittest.cc 134 bool needs_animate = needs_animate_; local
136 return needs_animate;
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 159 bool needs_animate() const { return needs_animate_; } function in class:cc::SchedulerStateMachine
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 1336 bool needs_animate = local
    [all...]

Completed in 1393 milliseconds