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 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
    [all...]
app_load_service.h 27 class AppLoadService : public KeyedService,
44 explicit AppLoadService(Profile* profile);
45 virtual ~AppLoadService();
59 static AppLoadService* Get(Profile* profile);
77 DISALLOW_COPY_AND_ASSIGN(AppLoadService);

Completed in 48 milliseconds