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

  /external/chromium_org/apps/
app_lifetime_monitor.h 39 virtual void OnAppDeactivated(Profile* profile,
app_restore_service.h 48 virtual void OnAppDeactivated(Profile* profile,
app_lifetime_monitor.cc 129 FOR_EACH_OBSERVER(Observer, observers_, OnAppDeactivated(profile_, app_id));
app_restore_service.cc 85 void AppRestoreService::OnAppDeactivated(Profile* profile,
  /external/chromium_org/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 101 virtual void OnAppDeactivated(Profile* profile,
extension_app_shim_handler_mac.cc 455 // Once the last window closes, flow will end up in OnAppDeactivated via
517 void ExtensionAppShimHandler::OnAppDeactivated(Profile* profile,

Completed in 1069 milliseconds