Home | History | Annotate | Download | only in apps

Lines Matching defs:AppLoadService

28 AppLoadService::PostReloadAction::PostReloadAction()
33 AppLoadService::AppLoadService(Profile* profile)
43 AppLoadService::~AppLoadService() {}
45 void AppLoadService::RestartApplication(const std::string& extension_id) {
53 bool AppLoadService::LoadAndLaunch(const base::FilePath& extension_path,
73 AppLoadService* AppLoadService::Get(Profile* profile) {
77 void AppLoadService::Observe(int type,
132 bool AppLoadService::WasUnloadedForReload(
142 bool AppLoadService::HasPostReloadAction(const std::string& extension_id) {