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

  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 170 bool needs_animate_; member in class:content::CompositorImpl
  /external/chromium_org/content/browser/renderer_host/input/
touch_handle_unittest.cc 70 needs_animate_(false) {}
93 virtual void SetNeedsAnimate() OVERRIDE { needs_animate_ = true; }
107 needs_animate_ = false;
126 bool needs_animate = needs_animate_;
127 needs_animate_ = false;
133 bool NeedsAnimate() const { return needs_animate_; }
142 bool needs_animate_; member in class:content::TouchHandleTest
touch_selection_controller_unittest.cc 45 needs_animate_(false),
65 virtual void SetNeedsAnimate() OVERRIDE { needs_animate_ = true; }
127 while (needs_animate_) {
128 needs_animate_ = controller_->Animate(now);
134 bool needs_animate = needs_animate_;
167 bool needs_animate_; member in class:content::TouchSelectionControllerTest
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 159 bool needs_animate() const { return needs_animate_; }
300 bool needs_animate_; member in class:cc::SchedulerStateMachine

Completed in 60 milliseconds