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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.h28 class AppListService { class
45 // Get the AppListService for the current platform and specified
47 static AppListService* Get(chrome::HostDesktopType desktop_type);
49 // Call Init for all AppListService instances on this platform.
54 // Initializes the AppListService, and returns true if |command_line| is for
113 AppListService() {} function in class:AppListService
114 virtual ~AppListService() {}
120 DISALLOW_COPY_AND_ASSIGN(AppListService);

Completed in 153 milliseconds