Home
last modified time | relevance | path

Searched defs:isSystemKey (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformKeyboardEvent.h49 …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/
DInspectorInputAgent.cpp102 …t int* nativeVirtualKeyCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) in dispatchKeyEvent()
/external/chromium_org/third_party/WebKit/public/web/
DWebInputEvent.h255 bool isSystemKey; variable
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DImeAdapter.java715 int action, int modifiers, long timestampMs, int keyCode, boolean isSystemKey, in nativeSendKeyEvent()