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

  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue.cc 342 touch_filtering_state_(TOUCH_FILTERING_STATE_DEFAULT),
415 touch_filtering_state_ == FORWARD_TOUCHES_UNTIL_TIMEOUT) {
416 touch_filtering_state_ = FORWARD_ALL_TOUCHES;
449 DCHECK_NE(touch_filtering_state_, DROP_ALL_TOUCHES);
453 touch_filtering_state_ =
528 touch_filtering_state_ == FORWARD_TOUCHES_UNTIL_TIMEOUT &&
540 if (touch_filtering_state_ != DROP_ALL_TOUCHES &&
541 touch_filtering_state_ != DROP_TOUCHES_IN_SEQUENCE) {
547 if (touch_filtering_state_ != DROP_ALL_TOUCHES &&
548 touch_filtering_state_ != DROP_TOUCHES_IN_SEQUENCE)
    [all...]
touch_event_queue.h 135 return touch_filtering_state_ != DROP_ALL_TOUCHES;
223 TouchFilteringState touch_filtering_state_; member in class:content::TouchEventQueue

Completed in 279 milliseconds