Home
last modified time | relevance | path

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

/external/chromium_org/apps/
Dapp_keep_alive_service_unittest.cc32 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 …]
Dapp_keep_alive_service.h21 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
Dapp_keep_alive_service.cc31 void AppKeepAliveService::OnAppStart(Profile* profile, in OnAppStart() function in apps::AppKeepAliveService
Dapp_restore_service.h45 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
Dapp_lifetime_monitor.h34 virtual void OnAppStart(Profile* profile, const std::string& app_id) = 0;
Dapp_restore_service.cc86 void AppRestoreService::OnAppStart(Profile* profile, in OnAppStart() function in apps::AppRestoreService
Dapp_lifetime_monitor.cc110 FOR_EACH_OBSERVER(Observer, observers_, OnAppStart(profile_, app_id)); in NotifyAppStart()
/external/chromium_org/apps/app_shim/
Dextension_app_shim_handler_mac.h97 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
Dextension_app_shim_handler_mac.cc497 void ExtensionAppShimHandler::OnAppStart(Profile* profile, in OnAppStart() function in apps::ExtensionAppShimHandler