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

  /external/chromium_org/apps/
app_lifetime_monitor.h 34 virtual void OnAppStart(Profile* profile, const std::string& app_id) {}
app_restore_service.h 45 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
app_restore_service.cc 74 void AppRestoreService::OnAppStart(Profile* profile,
app_lifetime_monitor.cc 124 FOR_EACH_OBSERVER(Observer, observers_, OnAppStart(profile_, app_id));
  /external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac.h 107 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
extension_app_shim_handler_mac.cc 522 void ExtensionAppShimHandler::OnAppStart(Profile* profile,

Completed in 805 milliseconds