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

  /external/chromium_org/content/renderer/input/
input_handler_proxy.h 56 return gesture_scroll_on_impl_thread_;
80 bool gesture_scroll_on_impl_thread_; member in class:content::InputHandlerProxy
input_handler_proxy.cc 71 gesture_scroll_on_impl_thread_(false),
147 DCHECK(!gesture_scroll_on_impl_thread_);
159 gesture_scroll_on_impl_thread_ = true;
171 if (!gesture_scroll_on_impl_thread_ && !gesture_pinch_on_impl_thread_)
188 if (!gesture_scroll_on_impl_thread_)
191 gesture_scroll_on_impl_thread_ = false;
256 if (!gesture_scroll_on_impl_thread_)
382 gesture_scroll_on_impl_thread_ = false;

Completed in 23 milliseconds