Searched refs:m_isSystemKey (Results 1 – 7 of 7) sorted by relevance
43 , m_isSystemKey(isSystemKey) in WebKeyboardEvent()53 encoder->encode(CoreIPC::In(m_isAutoRepeat, m_isKeypad, m_isSystemKey)); in encode()64 return decoder->decode(CoreIPC::Out(t.m_isAutoRepeat, t.m_isKeypad, t.m_isSystemKey)); in decode()
227 bool isSystemKey() const { return m_isSystemKey; } in isSystemKey()243 bool m_isSystemKey; variable
162 m_isSystemKey = webEvent.isSystemKey(); in WebKit2PlatformKeyboardEvent()
113 , m_isSystemKey(false) in PlatformKeyboardEvent()212 bool isSystemKey() const { return m_isSystemKey; } in isSystemKey()251 bool m_isSystemKey; variable
202 , m_isSystemKey(systemKey) in PlatformKeyboardEvent()
138 m_isSystemKey = e.isSystemKey; in PlatformKeyboardEventBuilder()
9768 Added a m_isSystemKey flag in PlatformKeyboardEvent to keep track of whether