Home
last modified time | relevance | path

Searched refs:ActiveUserHashChanged (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_helper_browsertest.cc33 profile_helper->ActiveUserHashChanged(hash); in ActiveUserChanged()
Dprofile_helper.h146 virtual void ActiveUserHashChanged(const std::string& hash) OVERRIDE;
Dprofile_helper.cc353 void ProfileHelper::ActiveUserHashChanged(const std::string& hash) { in ActiveUserHashChanged() function in chromeos::ProfileHelper
/external/chromium_org/components/user_manager/
Duser_manager.cc27 void UserManager::UserSessionStateObserver::ActiveUserHashChanged( in ActiveUserHashChanged() function in user_manager::UserManager::UserSessionStateObserver
Duser_manager.h52 virtual void ActiveUserHashChanged(const std::string& hash);
Duser_manager_base.cc958 ActiveUserHashChanged(hash)); in NotifyActiveUserHashChanged()
/external/chromium_org/chrome/browser/chromeos/login/users/
Dfake_user_manager.cc164 ProfileHelper::Get()->ActiveUserHashChanged( in SwitchActiveUser()