Searched refs:TakeFocus (Results 1 - 25 of 25) sorted by path

/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dwebui_login_view.cc430 bool WebUILoginView::TakeFocus(content::WebContents* source, bool reverse) { function in class:chromeos::WebUILoginView
H A Dwebui_login_view.h145 virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1461 bool Browser::TakeFocus(content::WebContents* source, function in class:Browser
H A Dbrowser.h570 virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views.cc73 void ChromeWebContentsViewDelegateViews::TakeFocus(bool reverse) { function in class:ChromeWebContentsViewDelegateViews
H A Dchrome_web_contents_view_delegate_views.h48 virtual void TakeFocus(bool reverse) OVERRIDE;
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.cc306 bool WebContentsDelegateAndroid::TakeFocus(WebContents* source, bool reverse) { function in class:web_contents_delegate_android::WebContentsDelegateAndroid
310 return WebContentsDelegate::TakeFocus(source, reverse);
H A Dweb_contents_delegate_android.h87 virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE;
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc98 virtual void TakeFocus(bool reverse) OVERRIDE;
904 void InterstitialPageImpl::InterstitialPageRVHDelegateView::TakeFocus( function in class:content::InterstitialPageImpl::InterstitialPageRVHDelegateView
913 web_contents->GetDelegateView()->TakeFocus(reverse);
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate_view.h66 virtual void TakeFocus(bool reverse) {} function in class:content::RenderViewHostDelegateView
H A Drender_view_host_impl.cc1236 view->TakeFocus(reverse);
H A Drender_view_host_unittest.cc133 virtual void TakeFocus(bool reverse) OVERRIDE {}
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.cc208 void WebContentsViewAndroid::TakeFocus(bool reverse) { function in class:content::WebContentsViewAndroid
210 web_contents_->GetDelegate()->TakeFocus(web_contents_, reverse))
H A Dweb_contents_view_android.h74 virtual void TakeFocus(bool reverse) OVERRIDE;
H A Dweb_contents_view_aura.cc1265 void WebContentsViewAura::TakeFocus(bool reverse) { function in class:content::WebContentsViewAura
1267 !web_contents_->GetDelegate()->TakeFocus(web_contents_, reverse) &&
1269 delegate_->TakeFocus(reverse);
H A Dweb_contents_view_aura.h138 virtual void TakeFocus(bool reverse) OVERRIDE;
H A Dweb_contents_view_guest.cc223 void WebContentsViewGuest::TakeFocus(bool reverse) { function in class:content::WebContentsViewGuest
H A Dweb_contents_view_guest.h84 virtual void TakeFocus(bool reverse) OVERRIDE;
H A Dweb_contents_view_mac.h114 virtual void TakeFocus(bool reverse) OVERRIDE;
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc66 bool WebContentsDelegate::TakeFocus(WebContents* source, bool reverse) { function in class:content::WebContentsDelegate
H A Dweb_contents_delegate.h222 virtual bool TakeFocus(WebContents* source,
H A Dweb_contents_view_delegate.cc33 void WebContentsViewDelegate::TakeFocus(bool reverse) { function in class:content::WebContentsViewDelegate
H A Dweb_contents_view_delegate.h55 virtual void TakeFocus(bool reverse);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc552 .SetMethod("takeFocus", &WebAXObjectProxy::TakeFocus)
992 void WebAXObjectProxy::TakeFocus() { function in class:content::WebAXObjectProxy
H A Dweb_ax_object_proxy.h124 void TakeFocus();

Completed in 469 milliseconds