Searched refs:m_synthesized (Results 1 – 1 of 1) sorted by relevance
48 , 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