Searched refs:dispatchGestureEvent (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DEventDispatcher.cpp118 RunLoop::main()->dispatch(bind(&EventDispatcher::dispatchGestureEvent, this, pageID, gestureEvent));
134 void EventDispatcher::dispatchGestureEvent(uint64_t pageID, const WebGestureEvent& gestureEvent) function in class:WebKit::EventDispatcher
H A DEventDispatcher.h76 void dispatchGestureEvent(uint64_t pageID, const WebGestureEvent&);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNode.h597 bool dispatchGestureEvent(const PlatformGestureEvent&);
H A DNode.cpp2269 bool Node::dispatchGestureEvent(const PlatformGestureEvent& event) function in class:WebCore::Node
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventHandler.cpp2624 bool eventSwallowed = eventTarget->dispatchGestureEvent(gestureEvent);

Completed in 208 milliseconds