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.h96 virtual void ActiveUserHashChanged(const std::string& hash) OVERRIDE;
Dprofile_helper_browsertest.cc40 profile_helper->ActiveUserHashChanged(hash); in ActiveUserChanged()
Dprofile_helper.cc197 void ProfileHelper::ActiveUserHashChanged(const std::string& hash) { in ActiveUserHashChanged() function in chromeos::ProfileHelper
Dprofile_list_chromeos_unittest.cc115 profile_helper->ActiveUserHashChanged(hash); in ActiveUserChanged()
/external/chromium_org/chrome/browser/chromeos/login/
Duser_manager.cc43 void UserManager::UserSessionStateObserver::ActiveUserHashChanged( in ActiveUserHashChanged() function in chromeos::UserManager::UserSessionStateObserver
Duser_manager.h50 virtual void ActiveUserHashChanged(const std::string& hash);
Duser_manager_impl.cc1673 ActiveUserHashChanged(hash)); in NotifyActiveUserHashChanged()