Searched refs:NativeWebKeyboardEvent (Results 26 - 50 of 122) sorted by relevance

12345

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller.h23 struct NativeWebKeyboardEvent;
42 const content::NativeWebKeyboardEvent& event);
H A Dbrowser_window.h37 struct NativeWebKeyboardEvent;
302 const content::NativeWebKeyboardEvent& event,
308 const content::NativeWebKeyboardEvent& event) = 0;
/external/chromium_org/chrome/browser/ui/panels/
H A Dnative_panel.h15 struct NativeWebKeyboardEvent;
55 const content::NativeWebKeyboardEvent& event) = 0;
H A Dpanel_host.h75 const content::NativeWebKeyboardEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.h21 struct NativeWebKeyboardEvent;
101 bool ForwardKeyboardEvent(const content::NativeWebKeyboardEvent& event);
251 const content::NativeWebKeyboardEvent& event,
255 const content::NativeWebKeyboardEvent& event) OVERRIDE;
H A Ddevtools_window.cc100 const content::NativeWebKeyboardEvent& event,
104 const content::NativeWebKeyboardEvent& event) OVERRIDE;
136 const content::NativeWebKeyboardEvent& event,
146 const content::NativeWebKeyboardEvent& event) {
187 bool ForwardEvent(const content::NativeWebKeyboardEvent& event);
227 const content::NativeWebKeyboardEvent& event) {
911 const content::NativeWebKeyboardEvent& event,
923 const content::NativeWebKeyboardEvent& event) {
1230 const content::NativeWebKeyboardEvent& event) {
/external/chromium_org/chrome/browser/ui/autofill/
H A Dpopup_controller_common.h14 struct NativeWebKeyboardEvent;
H A Dautofill_dialog_view_delegate.h25 struct NativeWebKeyboardEvent;
170 const content::NativeWebKeyboardEvent& event) = 0;
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_view_mac.h64 const content::NativeWebKeyboardEvent& event) OVERRIDE;
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_delegate.h17 struct NativeWebKeyboardEvent;
H A Dcross_process_frame_connector.cc123 NativeWebKeyboardEvent keyboard_event(
/external/chromium_org/content/browser/renderer_host/
H A Dime_adapter_android.h18 struct NativeWebKeyboardEvent;
H A Dime_adapter_android.cc40 // Maps a java KeyEvent into a NativeWebKeyboardEvent.
46 NativeWebKeyboardEvent NativeWebKeyboardEventFromKeyEvent(
60 return NativeWebKeyboardEvent(java_key_event, type, modifiers,
162 NativeWebKeyboardEvent event(static_cast<blink::WebInputEvent::Type>(type),
174 NativeWebKeyboardEvent event = NativeWebKeyboardEventFromKeyEvent(
187 NativeWebKeyboardEvent char_event(blink::WebInputEvent::Char, modifiers,
/external/chromium_org/content/browser/renderer_host/input/
H A Dmock_input_ack_handler.cc31 const NativeWebKeyboardEvent& event,
H A Dinput_router_impl.h66 const NativeWebKeyboardEvent& key_event,
73 virtual const NativeWebKeyboardEvent* GetLastKeyboardEvent() const OVERRIDE;
256 typedef std::deque<NativeWebKeyboardEvent> KeyQueue;
/external/chromium_org/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_guest.h43 const content::NativeWebKeyboardEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_web_dialog_delegate_views.cc43 const content::NativeWebKeyboardEvent& event) OVERRIDE {
82 const content::NativeWebKeyboardEvent& event) OVERRIDE {
H A Ddropdown_bar_host.h149 content::NativeWebKeyboardEvent GetKeyboardEvent(
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.h19 struct NativeWebKeyboardEvent;
86 const content::NativeWebKeyboardEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_key_bindings_handler.h18 struct NativeWebKeyboardEvent;
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.h66 const content::NativeWebKeyboardEvent& event) OVERRIDE;
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h46 struct NativeWebKeyboardEvent;
260 const NativeWebKeyboardEvent& event,
266 const NativeWebKeyboardEvent& event) {}
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_generation_interactive_uitest.cc119 content::NativeWebKeyboardEvent event;
/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.cc157 const content::NativeWebKeyboardEvent& event,
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc149 const NativeWebKeyboardEvent& event) {

Completed in 1763 milliseconds

12345