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

  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
short_lived_user_context.h 39 virtual void OnAppDeactivated(Profile* profile,
short_lived_user_context.cc 49 void ShortLivedUserContext::OnAppDeactivated(Profile* profile,
  /external/chromium_org/apps/
app_lifetime_monitor.h 38 virtual void OnAppDeactivated(Profile* profile, const std::string& app_id) {
app_restore_service.h 48 virtual void OnAppDeactivated(Profile* profile,
app_restore_service.cc 84 void AppRestoreService::OnAppDeactivated(Profile* profile,
app_lifetime_monitor.cc 132 FOR_EACH_OBSERVER(Observer, observers_, OnAppDeactivated(profile_, app_id));
  /external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac_unittest.cc 331 // but we expect closing all windows triggers a OnAppDeactivated from
339 handler_->OnAppDeactivated(&profile_a_, kTestAppIdA);
361 handler_->OnAppDeactivated(&profile_a_, kTestAppIdA);
365 handler_->OnAppDeactivated(&profile_a_, kTestAppIdB);
extension_app_shim_handler_mac.h 110 virtual void OnAppDeactivated(Profile* profile,
extension_app_shim_handler_mac.cc 480 // Once the last window closes, flow will end up in OnAppDeactivated via
542 void ExtensionAppShimHandler::OnAppDeactivated(Profile* profile,

Completed in 713 milliseconds