Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp1559 …bool swallowMouseUpEvent = !dispatchMouseEvent(EventTypeNames::mouseup, mev.targetNode(), m_clickC… in handleMouseReleaseEvent() local
1580 if (!swallowMouseUpEvent) in handleMouseReleaseEvent()
1585 return swallowMouseUpEvent || swallowClickEvent || swallowMouseReleaseEvent; in handleMouseReleaseEvent()