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

  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_queue.cc 19 GestureEventQueue::Config::Config() {
22 GestureEventQueue::GestureEventQueue(
41 GestureEventQueue::~GestureEventQueue() { }
43 bool GestureEventQueue::ShouldDiscardFlingCancelEvent(
59 bool GestureEventQueue::ShouldForwardForBounceReduction(
70 &GestureEventQueue::SendScrollEndingEventsNow);
93 bool GestureEventQueue::ShouldForward(
95 TRACE_EVENT0("input", "GestureEventQueue::ShouldForward")
    [all...]
gesture_event_queue.h 27 // Interface with which the GestureEventQueue can forward gesture events, and
61 class CONTENT_EXPORT GestureEventQueue {
78 // Both |client| and |touchpad_client| must outlive the GestureEventQueue.
79 GestureEventQueue(GestureEventQueueClient* client,
82 ~GestureEventQueue();
196 // TODO(mohsen): Move touchpad tap suppression out of GestureEventQueue since
216 base::OneShotTimer<GestureEventQueue> debounce_deferring_timer_;
225 DISALLOW_COPY_AND_ASSIGN(GestureEventQueue);

Completed in 484 milliseconds