Searched refs:handleMousePressEvent (Results 1 – 4 of 4) sorted by relevance
141 bool handleMousePressEvent(const PlatformMouseEvent&);197 bool handleMousePressEvent(const MouseEventWithHitTestResults&);
575 bool EventHandler::handleMousePressEvent(const MouseEventWithHitTestResults& event) in handleMousePressEvent() function in WebCore::EventHandler1208 bool EventHandler::handleMousePressEvent(const PlatformMouseEvent& mouseEvent) in handleMousePressEvent() function in WebCore::EventHandler1320 swallowEvent = handleMousePressEvent(mev); in handleMousePressEvent()2241 defaultPrevented |= handleMousePressEvent(fakeMouseDown); in handleGestureTap()2679 handleMousePressEvent(mouseEvent); in sendContextMenuEventForKey()2696 handleMousePressEvent(mouseEvent); in sendContextMenuEventForGesture()3706 subframe->eventHandler().handleMousePressEvent(mev.event()); in passMousePressEventToSubframe()
195 …mainFrame.eventHandler().handleMousePressEvent(PlatformMouseEventBuilder(mainFrame.view(), event)); in handleMouseDown()
304 result = eventHandler.handleMousePressEvent(event); in handleMouseEvent()