TOUCH_ACTION_AUTO 22 content/browser/renderer_host/input/touch_action_filter.cc allowed_touch_action_(TOUCH_ACTION_AUTO) { TOUCH_ACTION_AUTO 64 content/browser/renderer_host/input/touch_action_filter.cc if (allowed_touch_action_ == TOUCH_ACTION_AUTO || TOUCH_ACTION_AUTO 69 content/browser/renderer_host/input/touch_action_filter.cc DCHECK(allowed_touch_action_ == TOUCH_ACTION_AUTO || TOUCH_ACTION_AUTO 101 content/browser/renderer_host/input/touch_action_filter.cc allowed_touch_action_ == TOUCH_ACTION_AUTO; TOUCH_ACTION_AUTO 110 content/browser/renderer_host/input/touch_action_filter.cc allowed_touch_action_ == TOUCH_ACTION_AUTO; TOUCH_ACTION_AUTO 159 content/browser/renderer_host/input/touch_action_filter.cc allowed_touch_action_ = TOUCH_ACTION_AUTO; TOUCH_ACTION_AUTO 165 content/browser/renderer_host/input/touch_action_filter.cc if (allowed_touch_action_ == TOUCH_ACTION_AUTO) TOUCH_ACTION_AUTO 186 content/browser/renderer_host/input/touch_action_filter.cc if (ta1 == TOUCH_ACTION_AUTO) TOUCH_ACTION_AUTO 188 content/browser/renderer_host/input/touch_action_filter.cc if (ta2 == TOUCH_ACTION_AUTO) TOUCH_ACTION_AUTO 43 content/browser/renderer_host/input/touch_action_filter_unittest.cc filter.OnSetTouchAction(TOUCH_ACTION_AUTO); TOUCH_ACTION_AUTO 83 content/browser/renderer_host/input/touch_action_filter_unittest.cc filter.OnSetTouchAction(TOUCH_ACTION_AUTO); TOUCH_ACTION_AUTO 324 content/browser/renderer_host/input/touch_action_filter_unittest.cc TouchActionFilter::Intersect(TOUCH_ACTION_NONE, TOUCH_ACTION_AUTO)); TOUCH_ACTION_AUTO 326 content/browser/renderer_host/input/touch_action_filter_unittest.cc TouchActionFilter::Intersect(TOUCH_ACTION_AUTO, TOUCH_ACTION_NONE)); TOUCH_ACTION_AUTO 328 content/browser/renderer_host/input/touch_action_filter_unittest.cc TouchActionFilter::Intersect(TOUCH_ACTION_AUTO, TOUCH_ACTION_PAN_X)); TOUCH_ACTION_AUTO 330 content/browser/renderer_host/input/touch_action_filter_unittest.cc TouchActionFilter::Intersect(TOUCH_ACTION_PAN_Y, TOUCH_ACTION_AUTO)); TOUCH_ACTION_AUTO 331 content/browser/renderer_host/input/touch_action_filter_unittest.cc EXPECT_EQ(TOUCH_ACTION_AUTO, TOUCH_ACTION_AUTO 332 content/browser/renderer_host/input/touch_action_filter_unittest.cc TouchActionFilter::Intersect(TOUCH_ACTION_AUTO, TOUCH_ACTION_AUTO)); TOUCH_ACTION_AUTO 338 content/browser/renderer_host/input/touch_action_filter_unittest.cc TouchActionFilter::Intersect(TOUCH_ACTION_PAN_X_Y, TOUCH_ACTION_AUTO)); TOUCH_ACTION_AUTO 358 content/browser/renderer_host/input/touch_action_filter_unittest.cc filter.OnSetTouchAction(TOUCH_ACTION_AUTO); TOUCH_ACTION_AUTO 393 content/browser/renderer_host/input/touch_action_filter_unittest.cc filter.OnSetTouchAction(TOUCH_ACTION_AUTO); TOUCH_ACTION_AUTO 443 content/browser/renderer_host/input/touch_action_filter_unittest.cc filter.OnSetTouchAction(TOUCH_ACTION_AUTO); TOUCH_ACTION_AUTO 452 content/browser/renderer_host/input/touch_action_filter_unittest.cc filter.OnSetTouchAction(TOUCH_ACTION_AUTO); TOUCH_ACTION_AUTO 461 content/browser/renderer_host/input/touch_action_filter_unittest.cc filter.OnSetTouchAction(TOUCH_ACTION_AUTO); TOUCH_ACTION_AUTO 523 content/browser/renderer_host/input/touch_action_filter_unittest.cc filter.OnSetTouchAction(TOUCH_ACTION_AUTO); TOUCH_ACTION_AUTO 2777 content/renderer/render_widget.cc COMPILE_ASSERT(static_cast<blink::WebTouchAction>(TOUCH_ACTION_AUTO) ==