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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformKeyboardEvent.h49 PlatformKeyboardEvent(Type type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers modifiers, double timestamp) argument
58 , m_isSystemKey(isSystemKey)
87 bool isSystemKey() const { return m_isSystemKey; } function in class:blink::PlatformKeyboardEvent
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp102 void InspectorInputAgent::dispatchKeyEvent(ErrorString* error, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) argument
127 asBool(isSystemKey),
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h255 bool isSystemKey; member in class:blink::WebKeyboardEvent
273 , isSystemKey(false)
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DImeAdapter.java523 /*isSystemKey=*/false, event.getUnicodeChar());
715 int action, int modifiers, long timestampMs, int keyCode, boolean isSystemKey,
714 nativeSendKeyEvent(long nativeImeAdapterAndroid, KeyEvent event, int action, int modifiers, long timestampMs, int keyCode, boolean isSystemKey, int unicodeChar) argument

Completed in 338 milliseconds