Home
last modified time | relevance | path

Searched refs:OnAppActivated (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/plugin/
Dplugin_thread.h45 void OnAppActivated();
/external/chromium_org/apps/
Dapp_keep_alive_service.h23 virtual void OnAppActivated(Profile* profile,
Dapp_keep_alive_service.cc49 void AppKeepAliveService::OnAppActivated(Profile* profile, in OnAppActivated() function in apps::AppKeepAliveService
Dapp_restore_service.h46 virtual void OnAppActivated(Profile* profile,
Dapp_lifetime_monitor.h36 virtual void OnAppActivated(Profile* profile,
Dapp_restore_service.cc91 void AppRestoreService::OnAppActivated(Profile* profile, in OnAppActivated() function in apps::AppRestoreService
Dapp_lifetime_monitor.cc114 FOR_EACH_OBSERVER(Observer, observers_, OnAppActivated(profile_, app_id)); in NotifyAppActivated()
/external/chromium_org/apps/app_shim/
Dextension_app_shim_handler_mac.h98 virtual void OnAppActivated(Profile* profile,
Dextension_app_shim_handler_mac_unittest.cc267 handler_->OnAppActivated(&profile_a_, kTestAppIdA); in TEST_F()
294 handler_->OnAppActivated(&profile_a_, kTestAppIdA); in TEST_F()
Dextension_app_shim_handler_mac.cc500 void ExtensionAppShimHandler::OnAppActivated(Profile* profile, in OnAppActivated() function in apps::ExtensionAppShimHandler