Searched refs:GestureEventQueue (Results 1 – 7 of 7) sorted by relevance
19 GestureEventQueue::Config::Config() { in Config()22 GestureEventQueue::GestureEventQueue( in GestureEventQueue() function in content::GestureEventQueue41 GestureEventQueue::~GestureEventQueue() { } in ~GestureEventQueue()43 bool GestureEventQueue::ShouldDiscardFlingCancelEvent( in ShouldDiscardFlingCancelEvent()59 bool GestureEventQueue::ShouldForwardForBounceReduction( in ShouldForwardForBounceReduction()70 &GestureEventQueue::SendScrollEndingEventsNow); in ShouldForwardForBounceReduction()93 bool GestureEventQueue::ShouldForward( in ShouldForward()102 bool GestureEventQueue::ShouldForwardForGFCFiltering( in ShouldForwardForGFCFiltering()108 bool GestureEventQueue::ShouldForwardForTapSuppression( in ShouldForwardForTapSuppression()135 bool GestureEventQueue::ShouldForwardForCoalescing( in ShouldForwardForCoalescing()[all …]
23 GestureEventQueue::Config GetGestureEventQueueConfig() { in GetGestureEventQueueConfig()24 GestureEventQueue::Config config; in GetGestureEventQueueConfig()65 GestureEventQueue::Config GetGestureEventQueueConfig() {66 GestureEventQueue::Config config;98 GestureEventQueue::Config GetGestureEventQueueConfig() {99 return GestureEventQueue::Config();
61 class CONTENT_EXPORT GestureEventQueue {79 GestureEventQueue(GestureEventQueueClient* client,82 ~GestureEventQueue();216 base::OneShotTimer<GestureEventQueue> debounce_deferring_timer_;225 DISALLOW_COPY_AND_ASSIGN(GestureEventQueue);
15 class GestureEventQueue; variable23 GestureEventQueue* geq,43 GestureEventQueue* gesture_event_queue_;
47 GestureEventQueue::Config gesture_config; in NON_EXPORTED_BASE()274 GestureEventQueue gesture_event_queue_; in NON_EXPORTED_BASE()
14 GestureEventQueue* geq, in TouchscreenTapSuppressionController()
38 queue_.reset(new GestureEventQueue(this, this, DefaultConfig())); in SetUp()72 static GestureEventQueue::Config DefaultConfig() { in DefaultConfig()73 return GestureEventQueue::Config(); in DefaultConfig()191 GestureEventQueue* queue() const { in queue()196 scoped_ptr<GestureEventQueue> queue_;