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

  /external/chromium_org/content/port/common/
input_event_ack_state.h 14 INPUT_EVENT_ACK_STATE_NOT_CONSUMED,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc     [all...]
render_widget_host_view_base.cc 456 return INPUT_EVENT_ACK_STATE_NOT_CONSUMED;
render_widget_host_view_android.cc 954 return INPUT_EVENT_ACK_STATE_NOT_CONSUMED;
    [all...]
render_widget_host_impl.cc     [all...]
  /external/chromium_org/content/renderer/gpu/
input_handler_manager.cc 27 return INPUT_EVENT_ACK_STATE_NOT_CONSUMED;
116 return INPUT_EVENT_ACK_STATE_NOT_CONSUMED;
input_event_filter_unittest.cc 58 return send_to_widget_ ? INPUT_EVENT_ACK_STATE_NOT_CONSUMED
189 InputEventAckState ack_result = INPUT_EVENT_ACK_STATE_NOT_CONSUMED;
245 InputEventAckState ack_result = INPUT_EVENT_ACK_STATE_NOT_CONSUMED;
input_event_filter.cc 137 if (ack == INPUT_EVENT_ACK_STATE_NOT_CONSUMED) {
  /external/chromium_org/content/browser/renderer_host/input/
immediate_input_router.cc 63 case INPUT_EVENT_ACK_STATE_NOT_CONSUMED: return "NOT_CONSUMED";
392 touch_event_queue_->ProcessTouchAck(INPUT_EVENT_ACK_STATE_NOT_CONSUMED,
399 case INPUT_EVENT_ACK_STATE_NOT_CONSUMED:
touch_event_queue.cc 173 PopTouchEventToClient(INPUT_EVENT_ACK_STATE_NOT_CONSUMED,
immediate_input_router_unittest.cc 112 filter_state_(INPUT_EVENT_ACK_STATE_NOT_CONSUMED),
736 INPUT_EVENT_ACK_STATE_NOT_CONSUMED);
756 INPUT_EVENT_ACK_STATE_NOT_CONSUMED);
764 INPUT_EVENT_ACK_STATE_NOT_CONSUMED);
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewGestureHandlerTest.java 241 ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_NOT_CONSUMED);
310 ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_NOT_CONSUMED);
369 ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_NOT_CONSUMED);
528 ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_NOT_CONSUMED);
538 ContentViewGestureHandler.INPUT_EVENT_ACK_STATE_NOT_CONSUMED);
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewGestureHandler.java 171 static final int INPUT_EVENT_ACK_STATE_NOT_CONSUMED = 2;
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 861 INPUT_EVENT_ACK_STATE_CONSUMED : INPUT_EVENT_ACK_STATE_NOT_CONSUMED;
866 INPUT_EVENT_ACK_STATE_NOT_CONSUMED :
    [all...]

Completed in 259 milliseconds