HomeSort by relevance Sort by last modified time
    Searched defs:isSystemKey (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformKeyboardEvent.h 49 PlatformKeyboardEvent(Type type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers modifiers, double timestamp)
59 , m_isSystemKey(isSystemKey)
89 bool isSystemKey() const { return m_isSystemKey; }
  /frameworks/native/libs/input/
Input.cpp 84 bool KeyEvent::isSystemKey(int32_t keyCode) {
119 bool KeyEvent::isSystemKey() const {
120 return isSystemKey(getKeyCode());
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 154 bool isSystemKey = false;
172 isSystemKey = true;
180 isSystemKey = true;
186 return isSystemKey;
191 bool isSystemKey = false;
195 isSystemKey |= applyKeyModifier(*i, event);
197 isSystemKey = applyKeyModifier(argument->toString(), event);
198 return isSystemKey;
651 eventDown.isSystemKey = applyKeyModifiers(&(arguments[1]), &eventDown);
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 278 bool isSystemKey;
296 , isSystemKey(false)

Completed in 997 milliseconds