Searched refs:HandleKeyboardEvent (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/ui/views/controls/webview/
H A Dunhandled_keyboard_event_handler.h25 void HandleKeyboardEvent(const content::NativeWebKeyboardEvent& event,
H A Dunhandled_keyboard_event_handler_linux.cc20 void UnhandledKeyboardEventHandler::HandleKeyboardEvent( function in class:views::UnhandledKeyboardEventHandler
H A Dunhandled_keyboard_event_handler_win.cc20 void UnhandledKeyboardEventHandler::HandleKeyboardEvent( function in class:views::UnhandledKeyboardEventHandler
/external/chromium_org/chrome/browser/extensions/
H A Dextension_view.h46 virtual void HandleKeyboardEvent(
H A Dextension_view_host.cc98 view_->HandleKeyboardEvent(source, event);
188 void ExtensionViewHost::HandleKeyboardEvent( function in class:extensions::ExtensionViewHost
H A Dextension_view_host.h51 // Handles keyboard events that were not handled by HandleKeyboardEvent().
72 virtual void HandleKeyboardEvent(
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_web_dialog_delegate_views.cc41 virtual void HandleKeyboardEvent(
50 current_browser->window()->HandleKeyboardEvent(event);
80 virtual void HandleKeyboardEvent(
83 unhandled_keyboard_event_handler_.HandleKeyboardEvent(
/external/chromium_org/chrome/browser/ui/webui/
H A Dconstrained_web_dialog_delegate_base.h42 virtual void HandleKeyboardEvent(
H A Dconstrained_web_dialog_delegate_base.cc93 void ConstrainedWebDialogDelegateBase::HandleKeyboardEvent( function in class:ConstrainedWebDialogDelegateBase
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_delegate.h37 // be handled in HandleKeyboardEvent() method as a normal keyboard shortcut,
45 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} function in class:content::RenderWidgetHostDelegate
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.cc117 void ExtensionViewViews::HandleKeyboardEvent( function in class:ExtensionViewViews
122 browser_->HandleKeyboardEvent(source, event);
126 unhandled_keyboard_event_handler_.HandleKeyboardEvent(event,
H A Dextension_view_views.h64 virtual void HandleKeyboardEvent(
/external/chromium_org/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_guest.cc139 void MimeHandlerViewGuest::HandleKeyboardEvent( function in class:extensions::MimeHandlerViewGuest
151 embedder_web_contents()->GetDelegate()->HandleKeyboardEvent(web_contents(),
H A Dmime_handler_view_guest.h41 virtual void HandleKeyboardEvent(
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_view_mac.h62 virtual void HandleKeyboardEvent(
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.h71 bool HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
H A Dbrowser_plugin_embedder.cc148 bool BrowserPluginEmbedder::HandleKeyboardEvent( function in class:content::BrowserPluginEmbedder
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_emulator.h35 bool HandleKeyboardEvent(const blink::WebKeyboardEvent& event);
/external/chromium_org/extensions/browser/app_window/
H A Dnative_app_window.h59 virtual void HandleKeyboardEvent(
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.h73 virtual void HandleKeyboardEvent(
H A Dpanel_host.cc190 void PanelHost::HandleKeyboardEvent( function in class:PanelHost
193 return panel_->HandleKeyboardEvent(event);
/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.h64 virtual void HandleKeyboardEvent(
/external/chromium_org/athena/content/
H A Dweb_activity.cc95 void HandleKeyboardEvent(content::WebContents* source, function in class:athena::__anon2115::WebActivityController
97 unhandled_keyboard_event_handler_.HandleKeyboardEvent(
303 virtual void HandleKeyboardEvent(
306 controller_->HandleKeyboardEvent(source, event);
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dwebui_login_view.h140 virtual void HandleKeyboardEvent(
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.h84 virtual void HandleKeyboardEvent(

Completed in 502 milliseconds

123