Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformMouseEvent.h48 , m_synthesized(NotFromTouch) in PlatformMouseEvent()
59 , m_synthesized(NotFromTouch) in PlatformMouseEvent()
70 , m_synthesized(synthesized) in PlatformMouseEvent()
81 , m_synthesized(NotFromTouch) in PlatformMouseEvent()
93 bool fromTouch() const { return m_synthesized == FromTouch; } in fromTouch()
101 SyntheticEventType m_synthesized; variable