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

  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue.cc 341 dispatching_touch_(false),
404 dispatching_touch_ = false;
448 DCHECK(!dispatching_touch_);
523 // A synchronous ack will reset |dispatching_touch_|, in which case
525 base::AutoReset<bool> dispatching_touch(&dispatching_touch_, true);
527 if (dispatching_touch_ &&
616 DCHECK(!dispatching_touch_);
687 DCHECK(!dispatching_touch_);
touch_event_queue.h 213 bool dispatching_touch_; member in class:content::TouchEventQueue

Completed in 371 milliseconds