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

  /external/chromium_org/apps/
app_keep_alive_service_unittest.cc 32 service_->OnAppStart(&profile_, "foo");
43 service_->OnAppStart(NULL, "foo");
45 service_->OnAppStart(&profile_, "foo");
55 // Test that OnAppStop without a prior corresponding OnAppStart is ignored.
60 service_->OnAppStart(&profile_, "foo");
68 // Test that OnAppStart for an app that has already started is ignored.
71 service_->OnAppStart(&profile_, "foo");
73 service_->OnAppStart(&profile_, "foo");
81 // Test that OnAppStart is ignored after the service has been shut down.
85 service_->OnAppStart(&profile_, "foo")
    [all...]
app_keep_alive_service.h 21 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
app_keep_alive_service.cc 31 void AppKeepAliveService::OnAppStart(Profile* profile,
app_lifetime_monitor.h 34 virtual void OnAppStart(Profile* profile, const std::string& app_id) = 0;
app_restore_service.h 45 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
app_lifetime_monitor.cc 110 FOR_EACH_OBSERVER(Observer, observers_, OnAppStart(profile_, app_id));
app_restore_service.cc 86 void AppRestoreService::OnAppStart(Profile* profile,
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.h 97 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
extension_app_shim_handler_mac.cc 497 void ExtensionAppShimHandler::OnAppStart(Profile* profile,

Completed in 37 milliseconds