Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformMouseEvent.h93 bool fromTouch() const { return m_synthesized == FromTouch; } in fromTouch() function
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp1329 if (mouseEvent.fromTouch()) in handleMousePressEvent()
1534 if (mouseEvent.fromTouch()) in handleMouseMoveOrLeaveEvent()
1668 if (mouseEvent.fromTouch()) in handleMouseReleaseEvent()