Home | History | Annotate | Download | only in page

Lines Matching refs:swallowEvent

624     bool swallowEvent = false;
629 swallowEvent = handleMousePressEventDoubleClick(event);
631 swallowEvent = handleMousePressEventTripleClick(event);
633 swallowEvent = handleMousePressEventSingleClick(event);
638 return swallowEvent;
1294 bool swallowEvent = !dispatchMouseEvent(EventTypeNames::mousedown, mev.targetNode(), m_clickCount, mouseEvent, true);
1295 swallowEvent = swallowEvent || !handleMouseFocus(mouseEvent);
1296 m_capturesDragging = !swallowEvent || mev.scrollbar();
1308 if (swallowEvent) {
1318 swallowEvent = true;
1320 swallowEvent = handleMousePressEvent(mev);
1323 return swallowEvent;
1455 bool swallowEvent = false;
1469 swallowEvent |= passMouseMoveEventToSubframe(mev, newSubframe.get(), hoveredNode);
1484 if (swallowEvent)
1487 swallowEvent = !dispatchMouseEvent(EventTypeNames::mousemove, mev.targetNode(), 0, mouseEvent, true);
1488 if (!swallowEvent)
1489 swallowEvent = handleMouseDraggedEvent(mev);
1491 return swallowEvent;
1918 // clear swallowEvent if the page already set it (e.g., by canceling