Searched refs:swallowEvent (Results 1 – 3 of 3) sorted by relevance
177 bool swallowEvent = event()->defaultHandled() || event()->defaultPrevented(); in dispatchEvent() local192 swallowEvent = true; in dispatchEvent()195 return swallowEvent; in dispatchEvent()
497 bool swallowEvent = false; in handleMousePressEvent() local502 swallowEvent = handleMousePressEventDoubleClick(event); in handleMousePressEvent()504 swallowEvent = handleMousePressEventTripleClick(event); in handleMousePressEvent()506 swallowEvent = handleMousePressEventSingleClick(event); in handleMousePressEvent()511 return swallowEvent; in handleMousePressEvent()1441 …bool swallowEvent = dispatchMouseEvent(eventNames().mousedownEvent, targetNode(mev), true, m_click… in handleMousePressEvent() local1442 m_capturesDragging = !swallowEvent; in handleMousePressEvent()1454 if (swallowEvent) { in handleMousePressEvent()1480 swallowEvent = true; in handleMousePressEvent()1482 swallowEvent = handleMousePressEvent(mev); in handleMousePressEvent()[all …]
63205 swallowEvent since WebCore context menus ensure that we always 63593 …* page/EventHandler.cpp: (WebCore::EventHandler::handleMousePressEvent): Set swallowEvent bool ins…65982 swallowEvent was false in the case where we want to pop up a menu.