Searched defs:HandleKeyboardEvent (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/ui/views/controls/webview/
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/chrome/browser/ui/views/
H A Dunhandled_keyboard_event_handler.cc17 void UnhandledKeyboardEventHandler::HandleKeyboardEvent( function in class:UnhandledKeyboardEventHandler
H A Dconstrained_html_delegate_gtk.cc54 void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} function in class:ConstrainedHtmlDelegateGtk
H A Dconstrained_html_delegate_win.cc42 void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} function in class:ConstrainedHtmlDelegateWin
H A Dhtml_dialog_view.cc186 // A simplified version of BrowserView::HandleKeyboardEvent().
189 void HtmlDialogView::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { function in class:HtmlDialogView
199 window_gtk->HandleKeyboardEvent(views_event);
/external/chromium_org/chrome/browser/ui/webui/
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.h34 // be handled in HandleKeyboardEvent() method as a normal keyboard shortcut,
42 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} function in class:content::RenderWidgetHostDelegate
/external/chromium_org/content/public/browser/
H A Dbrowser_plugin_guest_delegate.cc9 bool BrowserPluginGuestDelegate::HandleKeyboardEvent( function in class:content::BrowserPluginGuestDelegate
/external/chromium/chrome/browser/chromeos/login/
H A Dhtml_page_screen.cc85 void HTMLPageScreen::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { function in class:chromeos::HTMLPageScreen
89 static_cast<views::WidgetGtk*>(widget)->HandleKeyboardEvent(views_event);
H A Daccount_screen.cc134 void AccountScreen::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { function in class:chromeos::AccountScreen
138 static_cast<views::WidgetGtk*>(widget)->HandleKeyboardEvent(views_event);
H A Dregistration_screen.cc123 void RegistrationScreen::HandleKeyboardEvent( function in class:chromeos::RegistrationScreen
128 static_cast<views::WidgetGtk*>(widget)->HandleKeyboardEvent(views_event);
/external/chromium/chrome/browser/ui/gtk/
H A Dconstrained_html_delegate_gtk.cc50 void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} function in class:ConstrainedHtmlDelegateGtk
H A Dhtml_dialog_gtk.cc111 // A simplified version of BrowserWindowGtk::HandleKeyboardEvent().
114 void HtmlDialogGtk::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { function in class:HtmlDialogGtk
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.cc183 void ExtensionViewViews::HandleKeyboardEvent( function in class:ExtensionViewViews
185 unhandled_keyboard_event_handler_.HandleKeyboardEvent(event,
/external/chromium_org/content/browser/browser_plugin/
H A Dtest_browser_plugin_guest_delegate.cc35 bool TestBrowserPluginGuestDelegate::HandleKeyboardEvent( function in class:content::TestBrowserPluginGuestDelegate
37 return BrowserPluginGuestDelegate::HandleKeyboardEvent(event);
H A Dbrowser_plugin_embedder.cc106 bool BrowserPluginEmbedder::HandleKeyboardEvent( function in class:content::BrowserPluginEmbedder
/external/chromium/chrome/browser/notifications/
H A Dballoon_host.h108 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} function in class:BalloonHost
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.h117 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} function in class:BackgroundContents
/external/chromium_org/chrome/browser/extensions/
H A Dextension_view_host.cc113 return browser->HandleKeyboardEvent(source, event);
120 view_->HandleKeyboardEvent(event);
211 void ExtensionViewHost::HandleKeyboardEvent( function in class:extensions::ExtensionViewHost
/external/chromium_org/chrome/browser/ui/gtk/
H A Dweb_dialog_gtk.cc190 // A simplified version of BrowserWindowGtk::HandleKeyboardEvent().
193 void WebDialogGtk::HandleKeyboardEvent(content::WebContents* source, function in class:WebDialogGtk
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc185 void PanelHost::HandleKeyboardEvent( function in class:PanelHost
188 return panel_->HandleKeyboardEvent(event);
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.cc258 void WebContentsDelegateAndroid::HandleKeyboardEvent( function in class:web_contents_delegate_android::WebContentsDelegateAndroid
/external/chromium/chrome/browser/debugger/
H A Ddevtools_window.cc453 void DevToolsWindow::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { function in class:DevToolsWindow
457 inspected_window->HandleKeyboardEvent(event);
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.h162 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} function in class:prerender::PrerenderContents

Completed in 454 milliseconds

12