Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DMouseEvent.h89 bool fromTouch() const { return m_syntheticEventType == PlatformMouseEvent::FromTouch; } in fromTouch() function
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformMouseEvent.h95 bool fromTouch() const { return m_synthesized == FromTouch; } in fromTouch() function