Searched refs:app_list_service (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.cc23 #include "chrome/browser/ui/app_list/app_list_service.h"
92 AppListService* app_list_service = AppListService::Get(desktop_type_); local
93 app_list_service->Show();
94 return app_list_service->GetAppListWindow();
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc43 #include "chrome/browser/ui/app_list/app_list_service.h"
331 AppListService* app_list_service = AppListService::Get(
333 app_list_service->SetProfilePath(profile_file_path);
334 app_list_service->Show();
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc31 #include "chrome/browser/ui/app_list/app_list_service.h"
547 AppListService* app_list_service = local
551 app_list_service->EnableAppList(GetProfile());
557 app_list_service->CreateForProfile(GetProfile());
559 app_list_service->ShowForProfile(GetProfile());

Completed in 164 milliseconds