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

  /external/chromium_org/content/browser/renderer_host/input/
input_router_config_helper.cc 50 TouchEventQueue::Config GetTouchEventQueueConfig() {
51 TouchEventQueue::Config config;
79 TouchEventQueue::Config GetTouchEventQueueConfig() {
80 TouchEventQueue::Config config;
102 TouchEventQueue::Config GetTouchEventQueueConfig() {
103 TouchEventQueue::Config config;
111 TouchEventQueue::TouchScrollingMode GetTouchScrollingMode() {
116 return TouchEventQueue::TOUCH_SCROLLING_MODE_ASYNC_TOUCHMOVE;
118 return TouchEventQueue::TOUCH_SCROLLING_MODE_SYNC_TOUCHMOVE;
120 return TouchEventQueue::TOUCH_SCROLLING_MODE_TOUCHCANCEL
    [all...]
touch_event_queue.h 24 // Interface with which TouchEventQueue can forward touch events, and dispatch
39 class CONTENT_EXPORT TouchEventQueue {
67 // Defaults to TouchEventQueue:::TOUCH_SCROLLING_MODE_DEFAULT.
68 TouchEventQueue::TouchScrollingMode touch_scrolling_mode;
79 // The |client| must outlive the TouchEventQueue.
80 TouchEventQueue(TouchEventQueueClient* client, const Config& config);
82 ~TouchEventQueue();
244 DISALLOW_COPY_AND_ASSIGN(TouchEventQueue);
touch_event_queue.cc 64 class TouchEventQueue::TouchTimeoutHandler {
66 TouchTimeoutHandler(TouchEventQueue* touch_queue,
200 TouchEventQueue* touch_queue_;
222 class TouchEventQueue::TouchMoveSlopSuppressor {
288 TRACE_EVENT_ASYNC_BEGIN0("input", "TouchEventQueue::QueueEvent", this);
292 TRACE_EVENT_ASYNC_END0("input", "TouchEventQueue::QueueEvent", this);
312 "input", "TouchEventQueue::MoveCoalesced", TRACE_EVENT_SCOPE_THREAD);
364 TouchEventQueue::Config::Config()
371 TouchEventQueue::TouchEventQueue(TouchEventQueueClient* client
    [all...]
touch_action_browsertest.cc 182 if (TouchEventQueue::TOUCH_SCROLLING_MODE_DEFAULT ==
183 TouchEventQueue::TOUCH_SCROLLING_MODE_TOUCHCANCEL) {
input_router_impl.h 48 TouchEventQueue::Config touch_config;
273 TouchEventQueue touch_event_queue_;
touch_event_queue_unittest.cc 38 touch_scrolling_mode_(TouchEventQueue::TOUCH_SCROLLING_MODE_DEFAULT) {}
79 TouchEventQueue::Config CreateConfig() {
80 TouchEventQueue::Config config;
86 void SetTouchScrollingMode(TouchEventQueue::TouchScrollingMode mode) {
97 TouchEventQueue::Config config = CreateConfig();
237 void ResetQueueWithConfig(const TouchEventQueue::Config& config) {
238 queue_.reset(new TouchEventQueue(this, config));
242 scoped_ptr<TouchEventQueue> queue_;
253 TouchEventQueue::TouchScrollingMode touch_scrolling_mode_;
873 // TouchEventQueue::QueueEvent() are properly handled
    [all...]
input_router_impl_unittest.cc 588 TEST_F(InputRouterImplTest, TouchEventQueue) {
    [all...]

Completed in 67 milliseconds