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

  /external/chromium_org/content/port/common/
input_event_ack_state.h 13 INPUT_EVENT_ACK_STATE_CONSUMED,
  /external/chromium_org/content/browser/renderer_host/input/
immediate_input_router_unittest.cc 691 client_->set_filter_state(INPUT_EVENT_ACK_STATE_CONSUMED);
784 INPUT_EVENT_ACK_STATE_CONSUMED);
797 INPUT_EVENT_ACK_STATE_CONSUMED);
807 INPUT_EVENT_ACK_STATE_CONSUMED);
831 INPUT_EVENT_ACK_STATE_CONSUMED);
910 INPUT_EVENT_ACK_STATE_CONSUMED);
920 INPUT_EVENT_ACK_STATE_CONSUMED);
930 INPUT_EVENT_ACK_STATE_CONSUMED);
    [all...]
immediate_input_router.cc 62 case INPUT_EVENT_ACK_STATE_CONSUMED: return "CONSUMED";
361 case INPUT_EVENT_ACK_STATE_CONSUMED:
546 const bool processed = (INPUT_EVENT_ACK_STATE_CONSUMED == ack_result);
  /external/chromium_org/content/renderer/gpu/
input_handler_manager.cc 25 return INPUT_EVENT_ACK_STATE_CONSUMED;
input_event_filter_unittest.cc 56 return INPUT_EVENT_ACK_STATE_CONSUMED;
252 EXPECT_EQ(ack_result, INPUT_EVENT_ACK_STATE_CONSUMED);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc     [all...]
render_widget_host_view_guest.cc 118 INPUT_EVENT_ACK_STATE_CONSUMED) ? ui::ER_HANDLED : ui::ER_UNHANDLED;
render_widget_host_impl.cc     [all...]
render_widget_host_view_android.cc 936 ack_result == INPUT_EVENT_ACK_STATE_CONSUMED) {
    [all...]
render_widget_host_view_win.cc 928 INPUT_EVENT_ACK_STATE_CONSUMED) ? ui::ER_HANDLED : ui::ER_UNHANDLED;
    [all...]
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewGestureHandlerTest.java 248 mGestureHandler.confirmTouchEvent(ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_CONSUMED);
253 mGestureHandler.confirmTouchEvent(ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_CONSUMED);
297 mGestureHandler.confirmTouchEvent(ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_CONSUMED);
318 mGestureHandler.confirmTouchEvent(ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_CONSUMED);
363 ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_CONSUMED);
377 mGestureHandler.confirmTouchEvent(ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_CONSUMED);
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewGestureHandler.java 76 // INPUT_EVENT_ACK_STATE_CONSUMED. In this case we should avoid, sending events from
170 static final int INPUT_EVENT_ACK_STATE_CONSUMED = 1;
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 861 INPUT_EVENT_ACK_STATE_CONSUMED : INPUT_EVENT_ACK_STATE_NOT_CONSUMED;
    [all...]

Completed in 4835 milliseconds