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

  /external/chromium_org/content/renderer/input/
input_handler_proxy.h 81 bool gesture_pinch_on_impl_thread_; member in class:content::InputHandlerProxy
input_handler_proxy.cc 72 gesture_pinch_on_impl_thread_(false),
171 if (!gesture_scroll_on_impl_thread_ && !gesture_pinch_on_impl_thread_)
199 gesture_pinch_on_impl_thread_ = true;
206 gesture_pinch_on_impl_thread_ = false;

Completed in 1242 milliseconds