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.h50 , m_synthesized(RealOrIndistinguishable) in PlatformMouseEvent()
61 , m_synthesized(RealOrIndistinguishable) in PlatformMouseEvent()
72 , m_synthesized(synthesized) in PlatformMouseEvent()
83 , m_synthesized(synthesized) in PlatformMouseEvent()
95 bool fromTouch() const { return m_synthesized == FromTouch; } in fromTouch()
96 SyntheticEventType syntheticEventType() const { return m_synthesized; } in syntheticEventType()
104 SyntheticEventType m_synthesized; variable