Searched defs:app_list_service (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.cc20 #include "chrome/browser/ui/app_list/app_list_service.h"
87 AppListService* app_list_service = AppListService::Get(desktop_type_); local
88 app_list_service->Show();
89 return app_list_service->GetAppListWindow();
/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"
476 AppListService* app_list_service = local
480 app_list_service->EnableAppList(GetProfile(),
488 app_list_service->CreateForProfile(GetProfile());
490 app_list_service->AutoShowForProfile(GetProfile());

Completed in 1261 milliseconds