Home
last modified time | relevance | path

Searched refs:OnAppStart (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/apps/
Dapp_restore_service.h45 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
Dapp_lifetime_monitor.h34 virtual void OnAppStart(Profile* profile, const std::string& app_id) {} in OnAppStart() function
Dapp_restore_service.cc74 void AppRestoreService::OnAppStart(Profile* profile, in OnAppStart() function in apps::AppRestoreService
Dapp_lifetime_monitor.cc124 FOR_EACH_OBSERVER(Observer, observers_, OnAppStart(profile_, app_id)); in NotifyAppStart()
/external/chromium_org/chrome/browser/apps/app_shim/
Dextension_app_shim_handler_mac.h107 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
Dextension_app_shim_handler_mac.cc522 void ExtensionAppShimHandler::OnAppStart(Profile* profile, in OnAppStart() function in apps::ExtensionAppShimHandler