HomeSort by relevance Sort by last modified time
    Searched refs:isSystemKey (Results 1 - 25 of 25) 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; }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.h 56 virtual void dispatchKeyEvent(ErrorString*, 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 int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey);
InspectorInputAgent.cpp 104 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 int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey)
130 isSystemKey ? *isSystemKey : false,
  /external/chromium_org/third_party/WebKit/public/web/android/
WebInputEventFactory.h 61 bool isSystemKey);
  /external/chromium_org/third_party/WebKit/Source/web/android/
WebInputEventFactory.cpp 46 bool isSystemKey)
66 result.isSystemKey = isSystemKey;
  /external/chromium_org/content/browser/renderer_host/
native_web_keyboard_event_aura.cc 80 isSystemKey = (state & ui::EF_ALT_DOWN) != 0;
web_input_event_aurax11.cc 212 webkit_event.isSystemKey = true;
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_android.cc 46 result.isSystemKey = is_system_key;
web_input_event_builders_win.cc 121 result.isSystemKey = true;
126 result.isSystemKey = true;
134 result.isSystemKey = true;
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 278 bool isSystemKey;
296 , isSystemKey(false)
  /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/Source/web/win/
WebInputEventFactory.cpp 150 result.isSystemKey = true;
155 result.isSystemKey = true;
163 result.isSystemKey = true;
  /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/web/gtk/
WebInputEventFactory.cpp 381 result.isSystemKey = true;
439 result.isSystemKey = true;
  /frameworks/native/include/input/
Input.h 290 static bool isSystemKey(int32_t keyCode);
291 bool isSystemKey() const;
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebInputEventFactory.mm 642 // Windows and Linux set |isSystemKey| if alt is down. WebKit looks at this
648 result.isSystemKey = true;
670 // Windows and Linux set |isSystemKey| if alt is down. WebKit looks at this
676 result.isSystemKey = true;
  /frameworks/base/core/jni/
android_view_KeyEvent.cpp 106 return KeyEvent::isSystemKey(keyCode);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 542 int action, int modifiers, long timestampMs, int keyCode, boolean isSystemKey,
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 355 if (keyboard.isSystemKey || (keyboard.modifiers & WebInputEvent::ShiftKey))
WebInputEventConversion.cpp 266 m_isSystemKey = e.isSystemKey;
666 isSystemKey = event.isSystemKey();
EditorClientImpl.cpp 338 // with cmd set have their |isSystemKey| bit set, so chances are the shortcut
528 if (!keyEvent || keyEvent->isSystemKey())
WebViewImpl.cpp     [all...]
  /external/chromium_org/content/public/test/
browser_test_utils.cc 132 event->isSystemKey = false;
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 529 milliseconds