Searched refs:ShowForProfile (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower_views_unittest.cc107 shower_->ShowForProfile(profile1_.get());
114 shower_->ShowForProfile(profile1_.get());
123 shower_->ShowForProfile(profile1_.get());
128 shower_->ShowForProfile(profile1_.get());
133 shower_->ShowForProfile(profile1_.get());
137 shower_->ShowForProfile(profile1_.get());
142 shower_->ShowForProfile(profile1_.get());
151 shower_->ShowForProfile(profile1_.get());
158 shower_->ShowForProfile(profile1_.get());
160 shower_->ShowForProfile(profile2
[all...]
H A Dapp_list_service_impl_browsertest.cc99 service_->ShowForProfile(profile2);
111 service_->ShowForProfile(browser()->profile());
129 service_->ShowForProfile(second_profile);
146 service_->ShowForProfile(browser()->profile());
H A Dapp_list_service_views.cc33 void AppListServiceViews::ShowForProfile(Profile* requested_profile) { function in class:AppListServiceViews
40 shower_.ShowForProfile(requested_profile);
H A Dapp_list_service_views.h36 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
H A Dapp_list_service_views_browsertest.cc74 service->ShowForProfile(browser()->profile());
87 service->ShowForProfile(browser()->profile());
100 service->ShowForProfile(browser()->profile());
145 service->ShowForProfile(browser()->profile());
H A Dapp_list_shower_views.h27 void ShowForProfile(Profile* requested_profile);
H A Dapp_list_service.h81 virtual void ShowForProfile(Profile* requested_profile) = 0;
H A Dapp_list_service_disabled.cc36 virtual void ShowForProfile(Profile* profile) OVERRIDE {}
H A Dapp_list_shower_views.cc27 void AppListShower::ShowForProfile(Profile* requested_profile) { function in class:AppListShower
H A Dapp_list_service_mac.h61 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
H A Dapp_list_service_unittest.cc54 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE {
217 service_->ShowForProfile(profile1_.get());
H A Dapp_list_controller_browsertest.cc145 service->ShowForProfile(browser()->profile());
H A Dapp_list_service.cc171 service->ShowForProfile(launch_profile);
H A Dapp_list_service_impl.cc329 base::Bind(&AppListServiceImpl::ShowForProfile,
340 ShowForProfile(requested_profile);
H A Dapp_list_service_interactive_uitest.cc47 // ChromeOS does not support ShowForProfile(), or profile switching within the
70 service->ShowForProfile(browser()->profile());
/external/chromium_org/chrome/browser/apps/
H A Dcustom_launcher_page_browsertest_views.cc51 service->ShowForProfile(browser()->profile());
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_service_ash.h30 virtual void ShowForProfile(Profile* default_profile) OVERRIDE;
H A Dapp_list_service_ash.cc34 void AppListServiceAsh::ShowForProfile(Profile* default_profile) { function in class:AppListServiceAsh
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.h26 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
H A Dapp_list_service_win.cc266 void AppListServiceWin::ShowForProfile(Profile* requested_profile) { function in class:AppListServiceWin
267 AppListServiceViews::ShowForProfile(requested_profile);
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_install_ui_default.cc155 ShowForProfile(profile);
252 ShowForProfile(current_profile);

Completed in 195 milliseconds