Searched defs:needs_animate_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h170 bool needs_animate_; member in class:content::CompositorImpl
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_handle_unittest.cc70 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
H A Dtouch_selection_controller_unittest.cc45 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/
H A Dscheduler_state_machine.h159 bool needs_animate() const { return needs_animate_; }
300 bool needs_animate_; member in class:cc::SchedulerStateMachine

Completed in 900 milliseconds