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

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_delegate.cc10 bool RenderWidgetHostDelegate::PreHandleKeyboardEvent( function in class:content::RenderWidgetHostDelegate
H A Drender_widget_host_delegate.h39 virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
H A Drender_widget_host_unittest.cc380 virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
H A Drender_widget_host_impl.cc1079 // PreHandleKeyboardEvent() returns true, but |this| may already be
1087 if (delegate_->PreHandleKeyboardEvent(key_event, &is_shortcut))
/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.cc156 bool TestBrowserWindow::PreHandleKeyboardEvent( function in class:TestBrowserWindow
H A Dtest_browser_window.h89 virtual bool PreHandleKeyboardEvent(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_view_host.cc167 bool ExtensionViewHost::PreHandleKeyboardEvent( function in class:extensions::ExtensionViewHost
182 return browser->PreHandleKeyboardEvent(source, event, is_keyboard_shortcut);
H A Dextension_view_host.h68 virtual bool PreHandleKeyboardEvent(
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc108 bool WebContentsDelegate::PreHandleKeyboardEvent( function in class:content::WebContentsDelegate
H A Dweb_contents_delegate.h259 virtual bool PreHandleKeyboardEvent(WebContents* source,
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc98 virtual bool PreHandleKeyboardEvent(
134 bool DevToolsToolboxDelegate::PreHandleKeyboardEvent( function in class:__anon3558::DevToolsToolboxDelegate
140 return window->PreHandleKeyboardEvent(event, is_keyboard_shortcut);
909 bool DevToolsWindow::PreHandleKeyboardEvent( function in class:DevToolsWindow
915 return inspected_window->PreHandleKeyboardEvent(event,
H A Ddevtools_window.h249 virtual bool PreHandleKeyboardEvent(
/external/chromium_org/athena/content/
H A Dweb_activity.cc77 bool PreHandleKeyboardEvent(content::WebContents* source, function in class:athena::__anon2115::WebActivityController
295 virtual bool PreHandleKeyboardEvent(
299 return controller_->PreHandleKeyboardEvent(
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window.h301 virtual bool PreHandleKeyboardEvent(
H A Dbrowser.cc1161 bool Browser::PreHandleKeyboardEvent(content::WebContents* source, function in class:Browser
1170 return window()->PreHandleKeyboardEvent(event, is_keyboard_shortcut);
H A Dbrowser.h433 virtual bool PreHandleKeyboardEvent(
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h136 virtual bool PreHandleKeyboardEvent(
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.h163 virtual bool PreHandleKeyboardEvent(
H A Dinterstitial_page_impl.cc526 bool InterstitialPageImpl::PreHandleKeyboardEvent( function in class:content::InterstitialPageImpl
531 return render_widget_host_delegate_->PreHandleKeyboardEvent(
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.h398 virtual bool PreHandleKeyboardEvent(
H A Dapp_window.cc389 bool AppWindow::PreHandleKeyboardEvent( function in class:extensions::AppWindow
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h349 virtual bool PreHandleKeyboardEvent(
H A Dbrowser_view.cc1282 bool BrowserView::PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event, function in class:BrowserView
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h541 virtual bool PreHandleKeyboardEvent(
H A Dweb_contents_impl.cc1339 bool WebContentsImpl::PreHandleKeyboardEvent( function in class:content::WebContentsImpl
1343 delegate_->PreHandleKeyboardEvent(this, event, is_keyboard_shortcut);

Completed in 179 milliseconds