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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PlatformKeyboardEventChromium.cpp 50 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
52 ASSERT(type == PlatformEvent::RawKeyDown || type == PlatformEvent::Char);
55 if (type == RawKeyDown) {
  /external/chromium/chrome/browser/ui/views/
unhandled_keyboard_event_handler.cc 25 // RawKeyDown events, even if the latter triggered an accelerator. In these
31 // It's necessary to reset this flag, because a RawKeyDown event may not
35 if (event.type == WebKit::WebInputEvent::RawKeyDown) {
  /external/chromium_org/ui/views/controls/webview/
unhandled_keyboard_event_handler_win.cc 28 // RawKeyDown events, even if the latter triggered an accelerator. In these
34 // It's necessary to reset this flag, because a RawKeyDown event may not
38 if (event.type == WebKit::WebInputEvent::RawKeyDown) {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
KeyboardTest.cpp 88 return interpretKeyEvent(keyboardEvent, PlatformEvent::RawKeyDown);
96 return interpretKeyEvent(keyboardEvent, PlatformEvent::RawKeyDown);
172 PlatformEvent::RawKeyDown);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformEvent.h 39 RawKeyDown,
  /external/chromium_org/content/browser/renderer_host/
native_web_keyboard_event_aura.cc 65 WebKit::WebInputEvent::RawKeyDown;
ime_adapter_android.cc 45 type = WebKit::WebInputEvent::RawKeyDown;
59 WebKit::WebInputEvent::RawKeyDown,
123 event.type == WebKit::WebInputEvent::RawKeyDown && event.text[0];
web_input_event_aurax11.cc 202 WebKit::WebInputEvent::RawKeyDown;
render_widget_host_unittest.cc     [all...]
gtk_im_context_wrapper.cc 503 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::RawKeyDown);
548 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::RawKeyDown);
  /external/chromium_org/chrome/renderer/autofill/
page_click_tracker_browsertest.cc 90 keyboard_event.type = WebKit::WebInputEvent::RawKeyDown;
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 109 RawKeyDown,
196 return type == RawKeyDown
  /external/chromium_org/third_party/WebKit/Source/core/dom/
KeyboardEvent.cpp 37 case PlatformEvent::RawKeyDown:
42 // The caller should disambiguate the combined event into RawKeyDown or Char events.
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TextInputController.cpp 187 keyDown.type = WebInputEvent::RawKeyDown;
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 140 case WebInputEvent::RawKeyDown:
WebInputEventConversion.cpp 247 case WebInputEvent::RawKeyDown:
248 return PlatformEvent::RawKeyDown;
304 // we need to convert KeyDown to RawKeydown and Char events
307 ASSERT(type == RawKeyDown || type == Char);
310 if (type == RawKeyDown) {
635 case PlatformEvent::RawKeyDown:
636 return WebInputEvent::RawKeyDown;
WebPopupMenuImpl.cpp 237 // In Windows, RawKeyDown only has information about the physical key, but
245 case WebInputEvent::RawKeyDown:
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.cc 504 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::RawKeyDown);
547 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::RawKeyDown);
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 101 case WebInputEvent::RawKeyDown:
345 key_event->type = WebInputEvent::RawKeyDown;
546 case WebInputEvent::RawKeyDown:
648 web_keyboard_event->type = WebInputEvent::RawKeyDown;
670 key_down_event->type = WebInputEvent::RawKeyDown;
716 case WebInputEvent::RawKeyDown:
  /external/chromium_org/chrome/browser/extensions/
extension_host.cc 476 event.type == NativeWebKeyboardEvent::RawKeyDown &&
495 if (event.type == NativeWebKeyboardEvent::RawKeyDown &&
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_win.cc 123 result.type = WebInputEvent::RawKeyDown;
144 || result.type == WebInputEvent::RawKeyDown) {
immediate_input_router_unittest.cc 694 SimulateKeyboardEvent(WebInputEvent::RawKeyDown);
711 SimulateKeyboardEvent(WebInputEvent::RawKeyDown);
720 SimulateKeyboardEvent(WebInputEvent::RawKeyDown);
727 SimulateKeyboardEvent(WebInputEvent::RawKeyDown);
733 SimulateKeyboardEvent(WebInputEvent::RawKeyDown);
744 SimulateKeyboardEvent(WebInputEvent::RawKeyDown);
746 EXPECT_EQ(WebInputEvent::RawKeyDown,
755 SendInputEventACK(WebInputEvent::RawKeyDown,
758 EXPECT_EQ(WebInputEvent::RawKeyDown, client_->acked_keyboard_event().type);
763 SendInputEventACK(WebInputEvent::RawKeyDown,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/win/
WebInputEventFactory.cpp 152 result.type = WebInputEvent::RawKeyDown;
172 if (result.type == WebInputEvent::Char || result.type == WebInputEvent::RawKeyDown) {
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest_manager.cc 254 if ((event.type != WebKit::WebInputEvent::RawKeyDown) ||
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 113 else if (type == "rawKeyDown")
114 convertedType = PlatformEvent::RawKeyDown;

Completed in 743 milliseconds

1 2