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

  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.h 177 bool ignore_next_ack_; member in class:content::GestureEventFilter
200 // |ignore_next_ack_| is false, then the event at the front of the queue has
202 // If |ignore_next_ack_| is true, then the two events at the front of the
gesture_event_filter.cc 33 ignore_next_ack_(false),
201 if (ignore_next_ack_) {
202 ignore_next_ack_ = false;
222 ignore_next_ack_ = true;
283 (coalesced_gesture_events_.size() == 3 && ignore_next_ack_) ||
gesture_event_filter_unittest.cc 188 return filter()->ignore_next_ack_;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 252 return gesture_event_filter()->ignore_next_ack_;
    [all...]

Completed in 102 milliseconds