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

  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue.cc 377 drop_remaining_touches_in_sequence_(false),
550 !drop_remaining_touches_in_sequence_) {
555 !drop_remaining_touches_in_sequence_ &&
562 drop_remaining_touches_in_sequence_ = true;
589 if (drop_remaining_touches_in_sequence_)
592 drop_remaining_touches_in_sequence_ = true;
667 drop_remaining_touches_in_sequence_ = true;
732 drop_remaining_touches_in_sequence_ = false;
734 drop_remaining_touches_in_sequence_ = true;
739 if (drop_remaining_touches_in_sequence_ &
    [all...]
touch_event_queue.h 220 bool drop_remaining_touches_in_sequence_; member in class:content::TouchEventQueue

Completed in 46 milliseconds