Home
last modified time | relevance | path

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

/external/chromium_org/apps/
Dapp_keep_alive_service_unittest.cc34 service_->OnAppStop(&profile_, "foo"); in TEST_F()
47 service_->OnAppStop(NULL, "foo"); in TEST_F()
49 service_->OnAppStop(&profile_, "foo"); in TEST_F()
58 service_->OnAppStop(&profile_, "foo"); in TEST_F()
62 service_->OnAppStop(&profile_, "foo"); in TEST_F()
75 service_->OnAppStop(&profile_, "foo"); in TEST_F()
95 service_->OnAppStop(&profile_, "foo"); in TEST_F()
97 service_->OnAppStop(&profile_, "bar"); in TEST_F()
112 service_->OnAppStop(&profile_, "foo"); in TEST_F()
113 service_->OnAppStop(&profile_, "bar"); in TEST_F()
Dapp_keep_alive_service.h22 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
Dapp_keep_alive_service.cc40 void AppKeepAliveService::OnAppStop(Profile* profile, in OnAppStop() function in apps::AppKeepAliveService
Dapp_restore_service.h50 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
Dapp_lifetime_monitor.h42 virtual void OnAppStop(Profile* profile, const std::string& app_id) = 0;
Dapp_restore_service.cc101 void AppRestoreService::OnAppStop(Profile* profile, const std::string& app_id) { in OnAppStop() function in apps::AppRestoreService
Dapp_lifetime_monitor.cc122 FOR_EACH_OBSERVER(Observer, observers_, OnAppStop(profile_, app_id)); in NotifyAppStop()
/external/chromium_org/apps/app_shim/
Dextension_app_shim_handler_mac.h102 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
Dextension_app_shim_handler_mac.cc527 void ExtensionAppShimHandler::OnAppStop(Profile* profile, in OnAppStop() function in apps::ExtensionAppShimHandler