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

  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue.h 111 bool IsPendingAckTouchStart() const;
touch_event_queue_unittest.cc 189 bool IsPendingAckTouchStart() const {
190 return queue_->IsPendingAckTouchStart();
    [all...]
input_router_impl.cc 515 DCHECK(touch_event_queue_.IsPendingAckTouchStart());
touch_event_queue.cc 631 bool TouchEventQueue::IsPendingAckTouchStart() const {

Completed in 914 milliseconds