Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.cpp1493 …bool swallowClickEvent = mouseEvent.button() != RightButton && targetNode(mev) == m_clickNode && d… in handleMouseDoubleClickEvent() local
1502 return swallowMouseUpEvent || swallowClickEvent || swallowMouseReleaseEvent; in handleMouseDoubleClickEvent()
1708 …bool swallowClickEvent = m_clickCount > 0 && mouseEvent.button() != RightButton && targetNode(mev)… in handleMouseReleaseEvent() local
1721 return swallowMouseUpEvent || swallowClickEvent || swallowMouseReleaseEvent; in handleMouseReleaseEvent()