Home
last modified time | relevance | path

Searched refs:swallowEvent (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DMouseEvent.cpp177 bool swallowEvent = event()->defaultHandled() || event()->defaultPrevented(); in dispatchEvent() local
192 swallowEvent = true; in dispatchEvent()
195 return swallowEvent; in dispatchEvent()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp497 bool swallowEvent = false; in handleMousePressEvent() local
502 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() local
1442 m_capturesDragging = !swallowEvent; in handleMousePressEvent()
1454 if (swallowEvent) { in handleMousePressEvent()
1480 swallowEvent = true; in handleMousePressEvent()
1482 swallowEvent = handleMousePressEvent(mev); in handleMousePressEvent()
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1463205 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.