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

  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue.h 21 // Interface with which TouchEventQueue can forward touch events, and dispatch
36 class TouchEventQueue {
39 // The |client| must outlive the TouchEventQueue.
40 explicit TouchEventQueue(TouchEventQueueClient* client);
41 virtual ~TouchEventQueue();
91 DISALLOW_COPY_AND_ASSIGN(TouchEventQueue);
touch_event_queue.cc 26 "input", "TouchEventQueue::QueueEvent", this);
31 "input", "TouchEventQueue::QueueEvent", this);
45 "input", "TouchEventQueue::MoveCoalesced", TRACE_EVENT_SCOPE_THREAD);
92 TouchEventQueue::TouchEventQueue(TouchEventQueueClient* client)
98 TouchEventQueue::~TouchEventQueue() {
103 void TouchEventQueue::QueueEvent(const TouchEventWithLatencyInfo& event) {
128 void TouchEventQueue::ProcessTouchAck(InputEventAckState ack_result,
170 void TouchEventQueue::FlushQueue()
    [all...]
immediate_input_router.h 71 TouchEventQueue* touch_event_queue() {
189 scoped_ptr<TouchEventQueue> touch_event_queue_;
immediate_input_router.cc 86 touch_event_queue_(new TouchEventQueue(this)),
immediate_input_router_unittest.cc 551 TouchEventQueue* touch_event_queue() const {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 356 TouchEventQueue* touch_event_queue() const {
    [all...]

Completed in 199 milliseconds