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

12

/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views.h39 virtual void TakeFocus(bool reverse) OVERRIDE;
H A Dchrome_web_contents_view_delegate_views.cc88 void ChromeWebContentsViewDelegateViews::TakeFocus(bool reverse) { function in class:ChromeWebContentsViewDelegateViews
/external/chromium_org/content/port/browser/
H A Drender_view_host_delegate_view.h69 virtual void TakeFocus(bool reverse) {} function in class:content::RenderViewHostDelegateView
/external/chromium_org/content/public/browser/
H A Dweb_contents_view_delegate.h54 virtual void TakeFocus(bool reverse) = 0;
H A Dweb_contents_delegate.cc64 bool WebContentsDelegate::TakeFocus(WebContents* source, bool reverse) { function in class:content::WebContentsDelegate
/external/chromium_org/content/shell/browser/
H A Dshell_web_contents_view_delegate.h45 virtual void TakeFocus(bool reverse) OVERRIDE;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.cc220 void WebContentsViewAndroid::TakeFocus(bool reverse) { function in class:content::WebContentsViewAndroid
222 web_contents_->GetDelegate()->TakeFocus(web_contents_, reverse))
H A Dweb_contents_view_android.h81 virtual void TakeFocus(bool reverse) OVERRIDE;
H A Dweb_contents_view_guest.h96 virtual void TakeFocus(bool reverse) OVERRIDE;
H A Dweb_contents_view_win.cc285 void WebContentsViewWin::TakeFocus(bool reverse) { function in class:content::WebContentsViewWin
287 !web_contents_->GetDelegate()->TakeFocus(web_contents_, reverse) &&
289 delegate_->TakeFocus(reverse);
H A Dweb_contents_view_gtk.h90 virtual void TakeFocus(bool reverse) OVERRIDE;
H A Dweb_contents_view_mac.h117 virtual void TakeFocus(bool reverse) OVERRIDE;
/external/chromium_org/content/test/
H A Dtest_web_contents_view.cc38 void TestWebContentsView::TakeFocus(bool reverse) { function in class:content::TestWebContentsView
H A Dtest_web_contents_view.h35 virtual void TakeFocus(bool reverse) OVERRIDE;
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.h79 virtual void TakeFocus(bool reverse);
H A Dtab_contents_view_mac.h95 virtual void TakeFocus(bool reverse);
H A Dbackground_contents.h111 virtual void TakeFocus(bool reverse) {} function in class:BackgroundContents
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.h82 virtual void TakeFocus(bool reverse);
H A Dtab_contents_view_touch.h82 virtual void TakeFocus(bool reverse) OVERRIDE;
H A Dtab_contents_view_views.h75 virtual void TakeFocus(bool reverse) OVERRIDE;
H A Dtab_contents_view_touch.cc247 void TabContentsViewTouch::TakeFocus(bool reverse) { function in class:TabContentsViewTouch
249 !tab_contents()->delegate()->TakeFocus(reverse)) {
H A Dtab_contents_view_views.cc238 void TabContentsViewViews::TakeFocus(bool reverse) { function in class:TabContentsViewViews
239 if (!tab_contents()->delegate()->TakeFocus(reverse)) {
/external/chromium/chrome/browser/notifications/
H A Dballoon_host.h102 virtual void TakeFocus(bool reverse) {} function in class:BalloonHost
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwebui_login_view.h134 virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE;
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.h84 virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE;

Completed in 597 milliseconds

12