Searched defs:TakeFocus (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dweb_contents_view_delegate.cc33 void WebContentsViewDelegate::TakeFocus(bool reverse) { function in class:content::WebContentsViewDelegate
H A Dweb_contents_delegate.cc66 bool WebContentsDelegate::TakeFocus(WebContents* source, bool reverse) { function in class:content::WebContentsDelegate
/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
/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
/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);
/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_guest.cc223 void WebContentsViewGuest::TakeFocus(bool reverse) { function in class:content::WebContentsViewGuest
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);
/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
/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/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc552 .SetMethod("takeFocus", &WebAXObjectProxy::TakeFocus)
992 void WebAXObjectProxy::TakeFocus() { function in class:content::WebAXObjectProxy
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1461 bool Browser::TakeFocus(content::WebContents* source, function in class:Browser

Completed in 303 milliseconds