Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DEventHandler.cpp1510 …bool swallowClickEvent = mouseEvent.button() != RightButton && targetNode(mev) == m_clickNode && d… in handleMouseDoubleClickEvent() local
1519 return swallowMouseUpEvent || swallowClickEvent || swallowMouseReleaseEvent; in handleMouseDoubleClickEvent()
1732 …bool swallowClickEvent = m_clickCount > 0 && mouseEvent.button() != RightButton && targetNode(mev)… in handleMouseReleaseEvent() local
1745 return swallowMouseUpEvent || swallowClickEvent || swallowMouseReleaseEvent; in handleMouseReleaseEvent()