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

  /external/chromium_org/content/browser/renderer_host/input/
touch_action_filter_unittest.cc 36 filter.OnSetTouchAction(TOUCH_ACTION_AUTO);
42 filter.OnSetTouchAction(TOUCH_ACTION_NONE);
56 filter.OnSetTouchAction(TOUCH_ACTION_NONE);
65 filter.OnSetTouchAction(TOUCH_ACTION_NONE);
67 filter.OnSetTouchAction(TOUCH_ACTION_AUTO);
84 filter.OnSetTouchAction(TOUCH_ACTION_NONE);
85 filter.OnSetTouchAction(TOUCH_ACTION_AUTO);
91 filter.OnSetTouchAction(TOUCH_ACTION_AUTO);
92 filter.OnSetTouchAction(TOUCH_ACTION_NONE);
93 filter.OnSetTouchAction(TOUCH_ACTION_AUTO)
    [all...]
touch_action_filter.h 32 void OnSetTouchAction(content::TouchAction touch_action);
touch_action_filter.cc 52 void TouchActionFilter::OnSetTouchAction(
input_router_impl.h 127 void OnSetTouchAction(content::TouchAction touch_action);
input_router_impl.cc 286 OnSetTouchAction)
509 void InputRouterImpl::OnSetTouchAction(
514 touch_action_filter_.OnSetTouchAction(touch_action);

Completed in 39 milliseconds