Searched refs:StoreFocus (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dweb_contents_view_delegate.h50 virtual void StoreFocus() = 0;
H A Dweb_contents.h409 virtual void StoreFocus() = 0;
411 // Restores focus to the last focus view. If StoreFocus has not yet been
/external/chromium_org/content/shell/browser/
H A Dshell_web_contents_view_delegate.h30 virtual void StoreFocus() OVERRIDE;
H A Dshell_web_contents_view_delegate_win.cc239 void ShellWebContentsViewDelegate::StoreFocus() { function in class:content::ShellWebContentsViewDelegate
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views.h44 virtual void StoreFocus() OVERRIDE;
H A Dchrome_web_contents_view_delegate_views.cc85 void ChromeWebContentsViewDelegateViews::StoreFocus() { function in class:ChromeWebContentsViewDelegateViews
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view.h64 virtual void StoreFocus() = 0;
66 // Restores focus to the last focus view. If StoreFocus has not yet been
H A Dweb_contents_view_android.h40 virtual void StoreFocus() OVERRIDE;
H A Dweb_contents_view_guest.h53 virtual void StoreFocus() OVERRIDE;
H A Dweb_contents_view_guest.cc211 void WebContentsViewGuest::StoreFocus() { function in class:content::WebContentsViewGuest
212 platform_view_->StoreFocus();
H A Dweb_contents_view_android.cc99 void WebContentsViewAndroid::StoreFocus() { function in class:content::WebContentsViewAndroid
H A Dweb_contents_view_mac.h76 virtual void StoreFocus() OVERRIDE;
H A Dweb_contents_view_aura.h113 virtual void StoreFocus() OVERRIDE;
H A Dweb_contents_view_aura.cc1024 void WebContentsViewAura::StoreFocus() { function in class:content::WebContentsViewAura
1026 delegate_->StoreFocus();
H A Dweb_contents_impl.h256 virtual void StoreFocus() OVERRIDE;
H A Dweb_contents_impl.cc1993 void WebContentsImpl::StoreFocus() { function in class:content::WebContentsImpl
1994 view_->StoreFocus();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1460 contents->StoreFocus();

Completed in 1101 milliseconds