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

/external/chromium_org/apps/
H A Dapp_load_service.h28 class AppLoadService : public KeyedService, class in namespace:apps
46 explicit AppLoadService(Profile* profile);
47 virtual ~AppLoadService();
64 static AppLoadService* Get(Profile* profile);
89 DISALLOW_COPY_AND_ASSIGN(AppLoadService);
H A Dapp_load_service.cc30 AppLoadService::PostReloadAction::PostReloadAction()
35 AppLoadService::AppLoadService(Profile* profile) function in class:apps::AppLoadService
43 AppLoadService::~AppLoadService() {
47 void AppLoadService::RestartApplication(const std::string& extension_id) {
55 void AppLoadService::RestartApplicationIfRunning(
61 bool AppLoadService::LoadAndLaunch(const base::FilePath& extension_path,
81 AppLoadService* AppLoadService
[all...]

Completed in 339 milliseconds