Searched refs:swallowEvent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DMouseEvent.cpp177 bool swallowEvent = event()->defaultHandled() || event()->defaultPrevented(); local
192 swallowEvent = true;
195 return swallowEvent;
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp497 bool swallowEvent = false; local
502 swallowEvent = handleMousePressEventDoubleClick(event);
504 swallowEvent = handleMousePressEventTripleClick(event);
506 swallowEvent = handleMousePressEventSingleClick(event);
511 return swallowEvent;
1441 bool swallowEvent = dispatchMouseEvent(eventNames().mousedownEvent, targetNode(mev), true, m_clickCount, mouseEvent, true); local
1442 m_capturesDragging = !swallowEvent;
1454 if (swallowEvent) {
1480 swallowEvent = true;
1482 swallowEvent
1627 bool swallowEvent = false; local
2032 bool swallowEvent = false; local
[all...]

Completed in 141 milliseconds