Searched defs:isSystemKey (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformKeyboardEvent.h | 49 …eyCode, int nativeVirtualKeyCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers mo… in PlatformKeyboardEvent() 87 bool isSystemKey() const { return m_isSystemKey; } in isSystemKey() function
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorInputAgent.cpp | 102 …t int* nativeVirtualKeyCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) in dispatchKeyEvent()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 255 bool isSystemKey; variable
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
D | ImeAdapter.java | 715 int action, int modifiers, long timestampMs, int keyCode, boolean isSystemKey, in nativeSendKeyEvent()
|