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()
32 AppLoadService::AppLoadService(Profile* profile)
42 AppLoadService::~AppLoadService() {}
44 void AppLoadService::RestartApplication(const std::string& extension_id) {
52 bool AppLoadService::LoadAndLaunch(const base::FilePath& extension_path,
70 AppLoadService* AppLoadService::Get(Profile* profile) {
74 void AppLoadService::Observe(int type
    [all...]
app_load_service.h 27 class AppLoadService : public BrowserContextKeyedService,
44 explicit AppLoadService(Profile* profile);
45 virtual ~AppLoadService();
59 static AppLoadService* Get(Profile* profile);
78 DISALLOW_COPY_AND_ASSIGN(AppLoadService);

Completed in 433 milliseconds