Searched refs:OnAppDeactivated (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Dshort_lived_user_context.h39 virtual void OnAppDeactivated(Profile* profile,
H A Dshort_lived_user_context.cc49 void ShortLivedUserContext::OnAppDeactivated(Profile* profile, function in class:chromeos::ShortLivedUserContext
/external/chromium_org/apps/
H A Dapp_restore_service.h48 virtual void OnAppDeactivated(Profile* profile,
H A Dapp_lifetime_monitor.h38 virtual void OnAppDeactivated(Profile* profile, const std::string& app_id) { function in class:apps::AppLifetimeMonitor::Observer
H A Dapp_restore_service.cc84 void AppRestoreService::OnAppDeactivated(Profile* profile, function in class:apps::AppRestoreService
H A Dapp_lifetime_monitor.cc132 FOR_EACH_OBSERVER(Observer, observers_, OnAppDeactivated(profile_, app_id));
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac_unittest.cc331 // 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);
H A Dextension_app_shim_handler_mac.h110 virtual void OnAppDeactivated(Profile* profile,
H A Dextension_app_shim_handler_mac.cc480 // Once the last window closes, flow will end up in OnAppDeactivated via
542 void ExtensionAppShimHandler::OnAppDeactivated(Profile* profile, function in class:apps::ExtensionAppShimHandler

Completed in 235 milliseconds