Home
last modified time | relevance | path

Searched refs:HandleKeyboardEvent (Results 1 – 25 of 107) sorted by relevance

12345

/external/chromium_org/content/browser/browser_plugin/
Dtest_browser_plugin_guest_delegate.cc35 bool TestBrowserPluginGuestDelegate::HandleKeyboardEvent( in HandleKeyboardEvent() function in content::TestBrowserPluginGuestDelegate
37 return BrowserPluginGuestDelegate::HandleKeyboardEvent(event); in HandleKeyboardEvent()
Dtest_browser_plugin_guest_delegate.h30 virtual bool HandleKeyboardEvent(
/external/chromium/chrome/browser/chromeos/login/
Dhtml_page_screen.cc85 void HTMLPageScreen::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { in HandleKeyboardEvent() function in chromeos::HTMLPageScreen
89 static_cast<views::WidgetGtk*>(widget)->HandleKeyboardEvent(views_event); in HandleKeyboardEvent()
Dregistration_screen.cc123 void RegistrationScreen::HandleKeyboardEvent( in HandleKeyboardEvent() function in chromeos::RegistrationScreen
128 static_cast<views::WidgetGtk*>(widget)->HandleKeyboardEvent(views_event); in HandleKeyboardEvent()
Daccount_screen.cc134 void AccountScreen::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { in HandleKeyboardEvent() function in chromeos::AccountScreen
138 static_cast<views::WidgetGtk*>(widget)->HandleKeyboardEvent(views_event); in HandleKeyboardEvent()
Daccount_screen.h56 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
Dhtml_page_screen.h73 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_view_views.cc183 void ExtensionViewViews::HandleKeyboardEvent( in HandleKeyboardEvent() function in ExtensionViewViews
185 unhandled_keyboard_event_handler_.HandleKeyboardEvent(event, in HandleKeyboardEvent()
/external/chromium_org/chrome/browser/extensions/
Dextension_view_host.cc113 return browser->HandleKeyboardEvent(source, event); in UnhandledKeyboardEvent()
120 view_->HandleKeyboardEvent(event); in UnhandledKeyboardEvent()
211 void ExtensionViewHost::HandleKeyboardEvent( in HandleKeyboardEvent() function in extensions::ExtensionViewHost
/external/chromium/chrome/browser/ui/views/
Dunhandled_keyboard_event_handler.h23 void HandleKeyboardEvent(const NativeWebKeyboardEvent& event,
Dhtml_dialog_view.cc189 void HtmlDialogView::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { in HandleKeyboardEvent() function in HtmlDialogView
199 window_gtk->HandleKeyboardEvent(views_event); in HandleKeyboardEvent()
Dunhandled_keyboard_event_handler.cc17 void UnhandledKeyboardEventHandler::HandleKeyboardEvent( in HandleKeyboardEvent() function in UnhandledKeyboardEventHandler
/external/chromium_org/ui/views/controls/webview/
Dunhandled_keyboard_event_handler.h25 void HandleKeyboardEvent(const content::NativeWebKeyboardEvent& event,
Dunhandled_keyboard_event_handler_linux.cc20 void UnhandledKeyboardEventHandler::HandleKeyboardEvent( in HandleKeyboardEvent() function in views::UnhandledKeyboardEventHandler
Dunhandled_keyboard_event_handler_win.cc20 void UnhandledKeyboardEventHandler::HandleKeyboardEvent( in HandleKeyboardEvent() function in views::UnhandledKeyboardEventHandler
/external/chromium_org/content/public/browser/
Dbrowser_plugin_guest_delegate.cc9 bool BrowserPluginGuestDelegate::HandleKeyboardEvent( in HandleKeyboardEvent() function in content::BrowserPluginGuestDelegate
Dbrowser_plugin_guest_delegate.h48 virtual bool HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
/external/chromium_org/chrome/browser/ui/views/
Dconstrained_web_dialog_delegate_views.cc54 virtual void HandleKeyboardEvent( in HandleKeyboardEvent() function in __anon273485000111::ConstrainedWebDialogDelegateViews
57 unhandled_keyboard_event_handler_.HandleKeyboardEvent( in HandleKeyboardEvent()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_delegate.h42 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} in HandleKeyboardEvent() function
/external/chromium_org/apps/ui/
Dnative_app_window.h50 virtual void HandleKeyboardEvent(
/external/chromium_org/chrome/browser/ui/webui/
Dconstrained_web_dialog_delegate_base.h44 virtual void HandleKeyboardEvent(
Dconstrained_web_dialog_delegate_base.cc93 void ConstrainedWebDialogDelegateBase::HandleKeyboardEvent( in HandleKeyboardEvent() function in ConstrainedWebDialogDelegateBase
/external/chromium/chrome/browser/ui/gtk/
Dhtml_dialog_gtk.h51 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
/external/chromium_org/chrome/browser/ui/panels/
Dpanel_host.cc185 void PanelHost::HandleKeyboardEvent( in HandleKeyboardEvent() function in PanelHost
188 return panel_->HandleKeyboardEvent(event); in HandleKeyboardEvent()
/external/chromium_org/chrome/browser/printing/
Dprint_preview_dialog_controller.cc178 virtual void HandleKeyboardEvent(
196 void PrintPreviewWebContentDelegate::HandleKeyboardEvent( in HandleKeyboardEvent() function in __anond422ebc30111::PrintPreviewWebContentDelegate
204 current_browser->window()->HandleKeyboardEvent(event); in HandleKeyboardEvent()

12345