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

1 2 3 4 5 6 7 8

  /external/chromium_org/content/browser/renderer_host/
native_web_keyboard_event_win.cc 13 NativeWebKeyboardEvent::NativeWebKeyboardEvent()
18 NativeWebKeyboardEvent::NativeWebKeyboardEvent(gfx::NativeEvent native_event)
28 NativeWebKeyboardEvent::NativeWebKeyboardEvent(
29 const NativeWebKeyboardEvent& other)
35 NativeWebKeyboardEvent& NativeWebKeyboardEvent::operator=(
36 const NativeWebKeyboardEvent& other)
    [all...]
native_web_keyboard_event.cc 12 const NativeWebKeyboardEvent& event) {
14 if (event.modifiers & NativeWebKeyboardEvent::ShiftKey)
16 if (event.modifiers & NativeWebKeyboardEvent::ControlKey)
18 if (event.modifiers & NativeWebKeyboardEvent::AltKey)
21 if (event.modifiers & NativeWebKeyboardEvent::MetaKey)
native_web_keyboard_event_android.cc 27 NativeWebKeyboardEvent::NativeWebKeyboardEvent()
32 NativeWebKeyboardEvent::NativeWebKeyboardEvent(
43 NativeWebKeyboardEvent::NativeWebKeyboardEvent(
54 NativeWebKeyboardEvent::NativeWebKeyboardEvent(
55 const NativeWebKeyboardEvent& other)
61 NativeWebKeyboardEvent& NativeWebKeyboardEvent::operator=
    [all...]
native_web_keyboard_event_gtk.cc 28 NativeWebKeyboardEvent::NativeWebKeyboardEvent()
34 NativeWebKeyboardEvent::NativeWebKeyboardEvent(gfx::NativeEvent native_event)
41 NativeWebKeyboardEvent::NativeWebKeyboardEvent(wchar_t character,
52 NativeWebKeyboardEvent::NativeWebKeyboardEvent(
53 const NativeWebKeyboardEvent& other)
60 NativeWebKeyboardEvent& NativeWebKeyboardEvent::operator=
    [all...]
render_widget_host_delegate.h 19 struct NativeWebKeyboardEvent;
36 virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
42 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {}
native_web_keyboard_event_aura.cc 13 // We need to copy |os_event| in NativeWebKeyboardEvent because it is
35 NativeWebKeyboardEvent::NativeWebKeyboardEvent()
40 NativeWebKeyboardEvent::NativeWebKeyboardEvent(gfx::NativeEvent native_event)
47 NativeWebKeyboardEvent::NativeWebKeyboardEvent(
48 const NativeWebKeyboardEvent& other)
54 NativeWebKeyboardEvent::NativeWebKeyboardEvent(
    [all...]
render_widget_host_delegate.cc 10 const NativeWebKeyboardEvent& event,
  /external/chromium_org/content/public/browser/
keyboard_listener.h 12 struct NativeWebKeyboardEvent;
16 virtual bool HandleKeyPressEvent(const NativeWebKeyboardEvent& event) = 0;
native_web_keyboard_event.h 20 struct CONTENT_EXPORT NativeWebKeyboardEvent :
22 NativeWebKeyboardEvent();
24 explicit NativeWebKeyboardEvent(gfx::NativeEvent native_event);
26 NativeWebKeyboardEvent(ui::EventType type,
36 NativeWebKeyboardEvent(wchar_t character,
40 NativeWebKeyboardEvent(WebKit::WebInputEvent::Type type,
47 NativeWebKeyboardEvent(jobject android_key_event,
56 NativeWebKeyboardEvent(const NativeWebKeyboardEvent& event);
57 ~NativeWebKeyboardEvent();
    [all...]
browser_plugin_guest_delegate.cc 10 const NativeWebKeyboardEvent& event) {
browser_plugin_guest_delegate.h 17 struct NativeWebKeyboardEvent;
40 virtual bool HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
  /external/chromium_org/ui/views/controls/webview/
unhandled_keyboard_event_handler.h 12 struct NativeWebKeyboardEvent;
25 void HandleKeyboardEvent(const content::NativeWebKeyboardEvent& event,
unhandled_keyboard_event_handler_aurax11.cc 12 using content::NativeWebKeyboardEvent;
20 const NativeWebKeyboardEvent& event,
unhandled_keyboard_event_handler_win.cc 12 using content::NativeWebKeyboardEvent;
21 const NativeWebKeyboardEvent& event,
  /external/chromium/chrome/browser/ui/views/
unhandled_keyboard_event_handler.cc 18 const NativeWebKeyboardEvent& event,
38 (event.modifiers & NativeWebKeyboardEvent::ShiftKey) ==
39 NativeWebKeyboardEvent::ShiftKey,
40 (event.modifiers & NativeWebKeyboardEvent::ControlKey) ==
41 NativeWebKeyboardEvent::ControlKey,
42 (event.modifiers & NativeWebKeyboardEvent::AltKey) ==
43 NativeWebKeyboardEvent::AltKey);
unhandled_keyboard_event_handler.h 23 void HandleKeyboardEvent(const NativeWebKeyboardEvent& event,
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_utils.h 13 struct NativeWebKeyboardEvent;
19 + (BOOL)shouldHandleKeyboardEvent:(const content::NativeWebKeyboardEvent&)event;
23 + (int)getCommandId:(const content::NativeWebKeyboardEvent&)event;
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_aura.cc 13 using content::NativeWebKeyboardEvent;
16 NativeWebKeyboardEvent DropdownBarHost::GetKeyboardEvent(
19 // NativeWebKeyboardEvent should take a const gfx::NativeEvent, which would
23 return NativeWebKeyboardEvent(ui_event);
dropdown_bar_host_win.cc 16 using content::NativeWebKeyboardEvent;
19 NativeWebKeyboardEvent DropdownBarHost::GetKeyboardEvent(
26 return NativeWebKeyboardEvent(msg);
  /external/chromium_org/content/browser/renderer_host/input/
input_router.h 38 const NativeWebKeyboardEvent& key_event,
52 virtual const NativeWebKeyboardEvent* GetLastKeyboardEvent() const = 0;
input_router_client.h 46 const NativeWebKeyboardEvent& key_event,
65 virtual void OnKeyboardEventAck(const NativeWebKeyboardEvent& event,
  /external/chromium_org/apps/
native_app_window.h 40 const content::NativeWebKeyboardEvent& event) = 0;
  /external/chromium_org/chrome/browser/extensions/
extension_host_mac.h 27 const content::NativeWebKeyboardEvent& event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 30 IDC_BACK, content::NativeWebKeyboardEvent(ui::ET_KEY_PRESSED, false,
33 IDC_FORWARD, content::NativeWebKeyboardEvent(ui::ET_KEY_PRESSED, false,
36 IDC_RELOAD, content::NativeWebKeyboardEvent(ui::ET_KEY_PRESSED, false,
41 IDC_RELOAD_IGNORING_CACHE, content::NativeWebKeyboardEvent(
44 IDC_RELOAD_IGNORING_CACHE, content::NativeWebKeyboardEvent(
47 IDC_FULLSCREEN, content::NativeWebKeyboardEvent(
52 -1, content::NativeWebKeyboardEvent(ui::ET_KEY_PRESSED, false,
55 -1, content::NativeWebKeyboardEvent(ui::ET_KEY_PRESSED, false,
58 -1, content::NativeWebKeyboardEvent(ui::ET_KEY_PRESSED, false,
61 -1, content::NativeWebKeyboardEvent(ui::ET_KEY_PRESSED, false
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_keybinding_registry_cocoa.h 19 struct NativeWebKeyboardEvent;
52 bool ProcessKeyEvent(const content::NativeWebKeyboardEvent& event);

Completed in 403 milliseconds

1 2 3 4 5 6 7 8