HomeSort by relevance Sort by last modified time
    Searched refs:isSystemKey (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformKeyboardEvent.h 50 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)
60 , m_isSystemKey(isSystemKey)
90 bool isSystemKey() const { return m_isSystemKey; }
  /external/chromium_org/third_party/WebKit/public/web/android/
WebInputEventFactory.h 61 bool isSystemKey);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryAndroid.cpp 46 bool isSystemKey)
66 result.isSystemKey = isSystemKey;
WebInputEventFactoryWin.cpp 149 result.isSystemKey = true;
154 result.isSystemKey = true;
162 result.isSystemKey = true;
WebInputEventFactoryGtk.cpp 375 result.isSystemKey = WebInputEventFactory::isSystemKeyEvent(result);
440 result.isSystemKey = true;
WebPluginScrollbarImpl.cpp 360 if (keyboard.isSystemKey || (keyboard.modifiers & WebInputEvent::ShiftKey))
WebInputEventConversion.cpp 288 m_isSystemKey = e.isSystemKey;
688 isSystemKey = event.isSystemKey();
WebViewImpl.cpp     [all...]
  /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 102 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)
128 isSystemKey ? *isSystemKey : false,
  /external/chromium_org/content/browser/renderer_host/
native_web_keyboard_event_aura.cc 80 isSystemKey =
web_input_event_aurax11.cc 114 webkit_event.isSystemKey = true;
web_input_event_aura.cc 99 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;
web_input_event_builders_gtk.cc 351 result.isSystemKey = true;
413 result.isSystemKey = true;
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 280 bool isSystemKey;
298 , isSystemKey(false)
  /frameworks/native/libs/input/
Input.cpp 84 bool KeyEvent::isSystemKey(int32_t keyCode) {
119 bool KeyEvent::isSystemKey() const {
120 return isSystemKey(getKeyCode());
  /frameworks/native/include/input/
Input.h 290 static bool isSystemKey(int32_t keyCode);
291 bool isSystemKey() const;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorKeyBindings.cpp 52 // with cmd set have their |isSystemKey| bit set, so chances are the shortcut
230 if (!keyEvent || keyEvent->isSystemKey())
  /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 511 int action, int modifiers, long timestampMs, int keyCode, boolean isSystemKey,
  /external/chromium_org/content/public/test/
browser_test_utils.cc 131 event->isSystemKey = false;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 656 eventDown.isSystemKey = WebInputEventFactory::isSystemKeyEvent(eventDown);
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 531 milliseconds

1 2