Searched refs:OnAppStop (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/apps/ |
D | app_keep_alive_service_unittest.cc | 34 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()
|
D | app_keep_alive_service.h | 22 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
|
D | app_keep_alive_service.cc | 40 void AppKeepAliveService::OnAppStop(Profile* profile, in OnAppStop() function in apps::AppKeepAliveService
|
D | app_restore_service.h | 50 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
|
D | app_lifetime_monitor.h | 42 virtual void OnAppStop(Profile* profile, const std::string& app_id) = 0;
|
D | app_restore_service.cc | 101 void AppRestoreService::OnAppStop(Profile* profile, const std::string& app_id) { in OnAppStop() function in apps::AppRestoreService
|
D | app_lifetime_monitor.cc | 122 FOR_EACH_OBSERVER(Observer, observers_, OnAppStop(profile_, app_id)); in NotifyAppStop()
|
/external/chromium_org/apps/app_shim/ |
D | extension_app_shim_handler_mac.h | 102 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
|
D | extension_app_shim_handler_mac.cc | 527 void ExtensionAppShimHandler::OnAppStop(Profile* profile, in OnAppStop() function in apps::ExtensionAppShimHandler
|