Home
last modified time | relevance | path

Searched refs:OnAppStop (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/apps/
Dapp_restore_service.h50 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
Dapp_lifetime_monitor.h41 virtual void OnAppStop(Profile* profile, const std::string& app_id) {} in OnAppStop() function
Dapp_restore_service.cc89 void AppRestoreService::OnAppStop(Profile* profile, const std::string& app_id) { in OnAppStop() function in apps::AppRestoreService
Dapp_lifetime_monitor.cc136 FOR_EACH_OBSERVER(Observer, observers_, OnAppStop(profile_, app_id)); in NotifyAppStop()
/external/chromium_org/chrome/browser/apps/
Dephemeral_app_service.h81 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
Dephemeral_app_service.cc164 void EphemeralAppService::OnAppStop(Profile* profile, in OnAppStop() function in EphemeralAppService
/external/chromium_org/chrome/browser/apps/app_shim/
Dextension_app_shim_handler_mac.h112 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
Dextension_app_shim_handler_mac.cc552 void ExtensionAppShimHandler::OnAppStop(Profile* profile, in OnAppStop() function in apps::ExtensionAppShimHandler