Home
last modified time | relevance | path

Searched refs:GestureEventQueue (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dgesture_event_queue.cc19 GestureEventQueue::Config::Config() { in Config()
22 GestureEventQueue::GestureEventQueue( in GestureEventQueue() function in content::GestureEventQueue
41 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 …]
Dinput_router_config_helper.cc23 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();
Dgesture_event_queue.h61 class CONTENT_EXPORT GestureEventQueue {
79 GestureEventQueue(GestureEventQueueClient* client,
82 ~GestureEventQueue();
216 base::OneShotTimer<GestureEventQueue> debounce_deferring_timer_;
225 DISALLOW_COPY_AND_ASSIGN(GestureEventQueue);
Dtouchscreen_tap_suppression_controller.h15 class GestureEventQueue; variable
23 GestureEventQueue* geq,
43 GestureEventQueue* gesture_event_queue_;
Dinput_router_impl.h47 GestureEventQueue::Config gesture_config; in NON_EXPORTED_BASE()
274 GestureEventQueue gesture_event_queue_; in NON_EXPORTED_BASE()
Dtouchscreen_tap_suppression_controller.cc14 GestureEventQueue* geq, in TouchscreenTapSuppressionController()
Dgesture_event_queue_unittest.cc38 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_;