Home | History | Annotate | Download | only in dom

Lines Matching defs:gestureEvent

68 #include "core/events/GestureEvent.h"
2253 RefPtrWillBeRawPtr<GestureEvent> gestureEvent = GestureEvent::create(document().domWindow(), event);
2254 if (!gestureEvent.get())
2256 return EventDispatcher::dispatchEvent(this, GestureEventDispatchMediator::create(gestureEvent));