Home | History | Annotate | Download | only in input

Lines Matching refs:WebInputEvent

15 using WebKit::WebInputEvent;
84 if (it->event.type == WebInputEvent::GestureFlingStart)
86 if (it->event.type == WebInputEvent::GestureFlingCancel)
98 case WebInputEvent::GestureScrollUpdate:
112 case WebInputEvent::GesturePinchBegin:
113 case WebInputEvent::GesturePinchEnd:
114 case WebInputEvent::GesturePinchUpdate:
142 return gesture_event.event.type != WebInputEvent::GestureFlingStart ||
150 return gesture_event.event.type != WebInputEvent::GestureFlingCancel ||
157 case WebInputEvent::GestureFlingCancel:
163 case WebInputEvent::GestureTapDown:
166 case WebInputEvent::GestureTapCancel:
169 case WebInputEvent::GestureTap:
170 case WebInputEvent::GestureTapUnconfirmed:
183 case WebInputEvent::GestureTapDown:
186 DCHECK_EQ(deferred_tap_down_event_.event.type, WebInputEvent::Undefined);
194 case WebInputEvent::GestureTapCancel:
195 if (deferred_tap_down_event_.event.type == WebInputEvent::Undefined) {
202 deferred_tap_down_event_.event.type = WebInputEvent::Undefined;
204 case WebInputEvent::GestureTap:
206 if (deferred_tap_down_event_.event.type != WebInputEvent::Undefined) {
208 deferred_tap_down_event_.event.type = WebInputEvent::Undefined;
211 case WebInputEvent::GestureFlingStart:
212 case WebInputEvent::GestureScrollBegin:
213 case WebInputEvent::GesturePinchBegin:
215 deferred_tap_down_event_.event.type = WebInputEvent::Undefined;
228 case WebInputEvent::GestureFlingCancel:
231 case WebInputEvent::GestureFlingStart:
234 case WebInputEvent::GesturePinchUpdate:
235 case WebInputEvent::GestureScrollUpdate:
251 if (type == WebInputEvent::GestureFlingCancel) {
271 WebInputEvent::GestureScrollUpdate &&
273 WebInputEvent::GesturePinchUpdate) {
324 DCHECK_EQ(deferred_tap_down_event_.event.type, WebInputEvent::GestureTapDown);
326 deferred_tap_down_event_.event.type = WebInputEvent::Undefined;
351 if (gesture_event.event.type == WebInputEvent::GestureScrollUpdate &&
352 last_event->event.type == WebInputEvent::GestureScrollUpdate &&
374 scroll_event.event.type = WebInputEvent::GestureScrollUpdate;
375 pinch_event.event.type = WebInputEvent::GesturePinchUpdate;
377 WebInputEvent::GesturePinchUpdate ?
380 WebInputEvent::GesturePinchUpdate ?
415 return (event_in_queue.event.type == WebInputEvent::GestureScrollUpdate ||
416 event_in_queue.event.type == WebInputEvent::GesturePinchUpdate) &&
423 if (gesture_event.event.type == WebInputEvent::GestureScrollUpdate) {
426 } else if (gesture_event.event.type == WebInputEvent::GesturePinchUpdate) {