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

  /external/chromium_org/apps/
app_keep_alive_service_unittest.cc 34 service_->OnAppStop(&profile_, "foo");
47 service_->OnAppStop(NULL, "foo");
49 service_->OnAppStop(&profile_, "foo");
55 // Test that OnAppStop without a prior corresponding OnAppStart is ignored.
58 service_->OnAppStop(&profile_, "foo");
62 service_->OnAppStop(&profile_, "foo");
75 service_->OnAppStop(&profile_, "foo");
95 service_->OnAppStop(&profile_, "foo");
97 service_->OnAppStop(&profile_, "bar");
112 service_->OnAppStop(&profile_, "foo")
    [all...]
app_keep_alive_service.h 22 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
app_keep_alive_service.cc 40 void AppKeepAliveService::OnAppStop(Profile* profile,
app_lifetime_monitor.h 42 virtual void OnAppStop(Profile* profile, const std::string& app_id) = 0;
app_restore_service.h 50 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
app_lifetime_monitor.cc 122 FOR_EACH_OBSERVER(Observer, observers_, OnAppStop(profile_, app_id));
app_restore_service.cc 101 void AppRestoreService::OnAppStop(Profile* profile, const std::string& app_id) {
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.h 102 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
extension_app_shim_handler_mac.cc 527 void ExtensionAppShimHandler::OnAppStop(Profile* profile,

Completed in 148 milliseconds