Searched refs:NativeWebKeyboardEvent (Results 1 - 25 of 122) sorted by relevance

12345

/external/chromium_org/content/public/browser/
H A Dnative_web_keyboard_event.h20 struct CONTENT_EXPORT NativeWebKeyboardEvent : struct in namespace:content
22 NativeWebKeyboardEvent();
24 explicit NativeWebKeyboardEvent(gfx::NativeEvent native_event);
26 NativeWebKeyboardEvent(ui::EventType type,
36 NativeWebKeyboardEvent(wchar_t character,
40 NativeWebKeyboardEvent(blink::WebInputEvent::Type type,
47 NativeWebKeyboardEvent(jobject android_key_event,
56 NativeWebKeyboardEvent(const NativeWebKeyboardEvent& event);
57 ~NativeWebKeyboardEvent();
[all...]
H A Drender_widget_host.h199 const NativeWebKeyboardEvent& key_event) = 0;
237 typedef base::Callback<bool(const NativeWebKeyboardEvent&)>
/external/chromium_org/content/browser/renderer_host/
H A Dnative_web_keyboard_event.cc12 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)
H A Dnative_web_keyboard_event_android.cc27 NativeWebKeyboardEvent::NativeWebKeyboardEvent() function in class:content::NativeWebKeyboardEvent
32 NativeWebKeyboardEvent::NativeWebKeyboardEvent( function in class:content::NativeWebKeyboardEvent
43 NativeWebKeyboardEvent::NativeWebKeyboardEvent( function in class:content::NativeWebKeyboardEvent
54 NativeWebKeyboardEvent::NativeWebKeyboardEvent( function in class:content::NativeWebKeyboardEvent
55 const NativeWebKeyboardEvent& other)
61 NativeWebKeyboardEvent
[all...]
H A Dnative_web_keyboard_event_aura.cc13 // We need to copy |os_event| in NativeWebKeyboardEvent because it is
35 NativeWebKeyboardEvent::NativeWebKeyboardEvent() function in class:content::NativeWebKeyboardEvent
41 NativeWebKeyboardEvent::NativeWebKeyboardEvent(gfx::NativeEvent native_event) function in class:content::NativeWebKeyboardEvent
49 NativeWebKeyboardEvent::NativeWebKeyboardEvent( function in class:content::NativeWebKeyboardEvent
50 const NativeWebKeyboardEvent& other)
57 NativeWebKeyboardEvent::NativeWebKeyboardEvent( function in class:content::NativeWebKeyboardEvent
[all...]
H A Drender_widget_host_delegate.h22 struct NativeWebKeyboardEvent;
39 virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
45 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {}
H A Drender_widget_host_delegate.cc11 const NativeWebKeyboardEvent& event,
/external/chromium_org/ui/views/controls/webview/
H A Dunhandled_keyboard_event_handler.h12 struct NativeWebKeyboardEvent;
25 void HandleKeyboardEvent(const content::NativeWebKeyboardEvent& event,
H A Dunhandled_keyboard_event_handler_linux.cc12 using content::NativeWebKeyboardEvent;
21 const NativeWebKeyboardEvent& event,
H A Dunhandled_keyboard_event_handler_win.cc12 using content::NativeWebKeyboardEvent;
21 const NativeWebKeyboardEvent& event,
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host_aura.cc13 using content::NativeWebKeyboardEvent;
16 NativeWebKeyboardEvent DropdownBarHost::GetKeyboardEvent(
19 // NativeWebKeyboardEvent should take a const gfx::NativeEvent, which would
23 return NativeWebKeyboardEvent(ui_event);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbrowser_window_utils.h15 struct NativeWebKeyboardEvent;
21 + (BOOL)shouldHandleKeyboardEvent:(const content::NativeWebKeyboardEvent&)event;
25 + (int)getCommandId:(const content::NativeWebKeyboardEvent&)event;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_view.h13 struct NativeWebKeyboardEvent;
48 const content::NativeWebKeyboardEvent& event) = 0;
H A Dextension_view_host.cc27 using content::NativeWebKeyboardEvent;
97 const content::NativeWebKeyboardEvent& event) {
169 const NativeWebKeyboardEvent& event,
172 event.type == NativeWebKeyboardEvent::RawKeyDown &&
190 const NativeWebKeyboardEvent& event) {
192 if (event.type == NativeWebKeyboardEvent::RawKeyDown &&
H A Dextension_view_host.h56 const content::NativeWebKeyboardEvent& event);
70 const content::NativeWebKeyboardEvent& event,
74 const content::NativeWebKeyboardEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_keybinding_registry_cocoa.h19 struct NativeWebKeyboardEvent;
52 bool ProcessKeyEvent(const content::NativeWebKeyboardEvent& event,
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router.h42 const NativeWebKeyboardEvent& key_event,
51 virtual const NativeWebKeyboardEvent* GetLastKeyboardEvent() const = 0;
H A Dmock_input_ack_handler.h21 virtual void OnKeyboardEventAck(const NativeWebKeyboardEvent& event,
52 const NativeWebKeyboardEvent& acked_keyboard_event() const {
75 NativeWebKeyboardEvent acked_key_event_;
H A Dinput_ack_handler.h22 virtual void OnKeyboardEventAck(const NativeWebKeyboardEvent& event,
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller_unittest.cc34 IDC_BACK, content::NativeWebKeyboardEvent(
37 IDC_FORWARD, content::NativeWebKeyboardEvent(
40 IDC_RELOAD, content::NativeWebKeyboardEvent(
45 IDC_RELOAD_IGNORING_CACHE, content::NativeWebKeyboardEvent(
48 IDC_RELOAD_IGNORING_CACHE, content::NativeWebKeyboardEvent(
51 IDC_FULLSCREEN, content::NativeWebKeyboardEvent(
56 -1, content::NativeWebKeyboardEvent(ui::ET_KEY_PRESSED, false,
59 -1, content::NativeWebKeyboardEvent(ui::ET_KEY_PRESSED, false,
62 -1, content::NativeWebKeyboardEvent(ui::ET_KEY_PRESSED, false,
65 -1, content::NativeWebKeyboardEvent(u
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dconstrained_web_dialog_delegate_base.cc18 using content::NativeWebKeyboardEvent;
95 const NativeWebKeyboardEvent& event) {
H A Dconstrained_web_dialog_delegate_base.h44 const content::NativeWebKeyboardEvent& event) OVERRIDE;
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.h38 struct NativeWebKeyboardEvent;
71 bool HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
/external/chromium_org/extensions/browser/app_window/
H A Dnative_app_window.h17 struct NativeWebKeyboardEvent;
60 const content::NativeWebKeyboardEvent& event) = 0;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_controller_impl.h21 struct NativeWebKeyboardEvent;
110 bool HandleKeyPressEvent(const content::NativeWebKeyboardEvent& event);

Completed in 441 milliseconds

12345