Searched refs:initial_profile (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.h25 virtual void Init(Profile* initial_profile) OVERRIDE;
50 void OnLoadProfileForWarmup(Profile* initial_profile);
H A Dapp_list_service_win.cc59 void AppListService::InitAll(Profile* initial_profile) { argument
60 AppListServiceAsh::GetInstance()->Init(initial_profile);
61 AppListServiceWin::GetInstance()->Init(initial_profile);
275 void AppListServiceWin::OnLoadProfileForWarmup(Profile* initial_profile) { argument
280 shower().WarmupForProfile(initial_profile);
303 void AppListServiceWin::Init(Profile* initial_profile) { argument
306 EnableAppList(initial_profile, ENABLE_ON_REINSTALL);
313 AppListServiceViews::Init(initial_profile);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.h50 static void InitAll(Profile* initial_profile);
100 virtual void EnableAppList(Profile* initial_profile,
117 virtual void Init(Profile* initial_profile) = 0;
H A Dapp_list_service_disabled.cc26 virtual void Init(Profile* initial_profile) OVERRIDE {}
42 virtual void EnableAppList(Profile* initial_profile,
65 void AppListService::InitAll(Profile* initial_profile) {} argument
H A Dapp_list_service_impl.h52 virtual void Init(Profile* initial_profile) OVERRIDE;
58 virtual void EnableAppList(Profile* initial_profile,
76 void PerformStartupChecks(Profile* initial_profile);
H A Dapp_list_service_views.cc25 void AppListServiceViews::Init(Profile* initial_profile) { argument
26 PerformStartupChecks(initial_profile);
H A Dapp_list_service_views.h34 virtual void Init(Profile* initial_profile) OVERRIDE;
H A Dapp_list_service_mac.h59 virtual void Init(Profile* initial_profile) OVERRIDE;
64 virtual void EnableAppList(Profile* initial_profile,
H A Dapp_list_service_impl.cc264 void AppListServiceImpl::Init(Profile* initial_profile) {} argument
343 void AppListServiceImpl::EnableAppList(Profile* initial_profile, argument
345 SetProfilePath(initial_profile->GetPath());
375 void AppListServiceImpl::PerformStartupChecks(Profile* initial_profile) { argument
384 EnableAppList(initial_profile, ENABLE_VIA_COMMAND_LINE);
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_service_ash.cc49 void AppListServiceAsh::EnableAppList(Profile* initial_profile, argument
82 void AppListService::InitAll(Profile* initial_profile) { argument
83 AppListServiceAsh::GetInstance()->Init(initial_profile);
H A Dapp_list_service_ash.h33 virtual void EnableAppList(Profile* initial_profile,
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_service_linux.cc94 void AppListService::InitAll(Profile* initial_profile) { argument
95 AppListServiceAsh::GetInstance()->Init(initial_profile);
96 AppListServiceLinux::GetInstance()->Init(initial_profile);

Completed in 103 milliseconds