Searched refs:OnAppStop (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/apps/ |
D | app_restore_service.h | 50 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
|
D | app_lifetime_monitor.h | 41 virtual void OnAppStop(Profile* profile, const std::string& app_id) {} in OnAppStop() function
|
D | app_restore_service.cc | 89 void AppRestoreService::OnAppStop(Profile* profile, const std::string& app_id) { in OnAppStop() function in apps::AppRestoreService
|
D | app_lifetime_monitor.cc | 136 FOR_EACH_OBSERVER(Observer, observers_, OnAppStop(profile_, app_id)); in NotifyAppStop()
|
/external/chromium_org/chrome/browser/apps/ |
D | ephemeral_app_service.h | 81 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
|
D | ephemeral_app_service.cc | 164 void EphemeralAppService::OnAppStop(Profile* profile, in OnAppStop() function in EphemeralAppService
|
/external/chromium_org/chrome/browser/apps/app_shim/ |
D | extension_app_shim_handler_mac.h | 112 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
|
D | extension_app_shim_handler_mac.cc | 552 void ExtensionAppShimHandler::OnAppStop(Profile* profile, in OnAppStop() function in apps::ExtensionAppShimHandler
|