HomeSort by relevance Sort by last modified time
    Searched defs:AppLoadService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/apps/
app_load_service.cc 30 AppLoadService::PostReloadAction::PostReloadAction()
35 AppLoadService::AppLoadService(Profile* profile)
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::Get(Profile* profile)
    [all...]
app_load_service.h 28 class AppLoadService : public KeyedService,
46 explicit AppLoadService(Profile* profile);
47 virtual ~AppLoadService();
64 static AppLoadService* Get(Profile* profile);
89 DISALLOW_COPY_AND_ASSIGN(AppLoadService);

Completed in 485 milliseconds