Searched refs:OnAppStart (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/apps/ |
D | app_keep_alive_service_unittest.cc | 32 service_->OnAppStart(&profile_, "foo"); in TEST_F() 43 service_->OnAppStart(NULL, "foo"); in TEST_F() 45 service_->OnAppStart(&profile_, "foo"); in TEST_F() 60 service_->OnAppStart(&profile_, "foo"); in TEST_F() 71 service_->OnAppStart(&profile_, "foo"); in TEST_F() 73 service_->OnAppStart(&profile_, "foo"); in TEST_F() 85 service_->OnAppStart(&profile_, "foo"); in TEST_F() 91 service_->OnAppStart(&profile_, "foo"); in TEST_F() 93 service_->OnAppStart(&profile_, "bar"); in TEST_F() 106 service_->OnAppStart(&profile_, "foo"); in TEST_F() [all …]
|
D | app_keep_alive_service.h | 21 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
|
D | app_keep_alive_service.cc | 31 void AppKeepAliveService::OnAppStart(Profile* profile, in OnAppStart() function in apps::AppKeepAliveService
|
D | app_restore_service.h | 45 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
|
D | app_lifetime_monitor.h | 34 virtual void OnAppStart(Profile* profile, const std::string& app_id) = 0;
|
D | app_restore_service.cc | 86 void AppRestoreService::OnAppStart(Profile* profile, in OnAppStart() function in apps::AppRestoreService
|
D | app_lifetime_monitor.cc | 110 FOR_EACH_OBSERVER(Observer, observers_, OnAppStart(profile_, app_id)); in NotifyAppStart()
|
/external/chromium_org/apps/app_shim/ |
D | extension_app_shim_handler_mac.h | 97 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
|
D | extension_app_shim_handler_mac.cc | 497 void ExtensionAppShimHandler::OnAppStart(Profile* profile, in OnAppStart() function in apps::ExtensionAppShimHandler
|