HomeSort by relevance Sort by last modified time
    Searched refs:OnAppStop (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/apps/
app_lifetime_monitor.h 41 virtual void OnAppStop(Profile* profile, const std::string& app_id) {}
app_restore_service.h 50 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
app_restore_service.cc 89 void AppRestoreService::OnAppStop(Profile* profile, const std::string& app_id) {
app_lifetime_monitor.cc 136 FOR_EACH_OBSERVER(Observer, observers_, OnAppStop(profile_, app_id));
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_service.h 81 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
ephemeral_app_service.cc 164 void EphemeralAppService::OnAppStop(Profile* profile,
  /external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac.h 112 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
extension_app_shim_handler_mac.cc 552 void ExtensionAppShimHandler::OnAppStop(Profile* profile,

Completed in 80 milliseconds