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

  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue.cc 380 send_touch_events_async_(false),
477 if (send_touch_events_async_ &&
520 pending_async_touchmove_->event.cancelable = !send_touch_events_async_;
535 if (send_touch_events_async_)
577 send_touch_events_async_ = true;
620 send_touch_events_async_ = (ack_result == INPUT_EVENT_ACK_STATE_CONSUMED);
621 if (!send_touch_events_async_)
729 send_touch_events_async_ = false;
touch_event_queue.h 234 bool send_touch_events_async_; member in class:content::TouchEventQueue

Completed in 62 milliseconds