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

  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_queue.cc 29 ignore_next_ack_(false),
169 if (ignore_next_ack_ &&
197 if (ignore_next_ack_) {
198 ignore_next_ack_ = false;
217 ignore_next_ack_ = true;
371 if (!ignore_next_ack_)
gesture_event_queue.h 191 bool ignore_next_ack_; member in class:content::GestureEventQueue
208 // |ignore_next_ack_| is false, then the event at the front of the queue has
210 // If |ignore_next_ack_| is true, then the two events at the front of the
gesture_event_queue_unittest.cc 188 return queue()->ignore_next_ack_;
    [all...]

Completed in 52 milliseconds