Searched refs:FocusInfobars (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.h132 void FocusInfobars(Browser* browser);
H A Dbrowser_window.h179 virtual void FocusInfobars() = 0;
H A Dbrowser_commands.cc1014 void FocusInfobars(Browser* browser) { function in namespace:chrome
1015 content::RecordAction(UserMetricsAction("FocusInfobars"));
1016 browser->window()->FocusInfobars();
H A Dbrowser_command_controller.cc658 FocusInfobars(browser_);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h94 virtual void FocusInfobars() OVERRIDE;
/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.h86 virtual void FocusInfobars() OVERRIDE {}
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h304 virtual void FocusInfobars() OVERRIDE;
H A Dbrowser_view.cc1055 void BrowserView::FocusInfobars() { function in class:BrowserView

Completed in 165 milliseconds