Searched defs:username_hash (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dauth_attempt_state.cc98 void AuthAttemptState::RecordUsernameHash(const std::string& username_hash) { argument
100 user_context.username_hash = username_hash;
H A Dfake_login_utils.cc54 user_context.username, user_context.username_hash, false);
98 Profile* FakeLoginUtils::CreateProfile(const std::string& username_hash) { argument
101 path = path.AppendASCII(chrome::kProfileDirPrefix + username_hash);
H A Duser.cc119 const std::string& username_hash)
123 username_hash(username_hash) {
133 context.username_hash == username_hash;
162 std::string User::username_hash() const { function in class:chromeos::User
116 UserContext(const std::string& username, const std::string& password, const std::string& auth_code, const std::string& username_hash) argument
H A Dparallel_authenticator.cc55 const std::string& username_hash) {
57 attempt->RecordUsernameHash(username_hash);
79 // Set state that username_hash is requested here so that test implementation
52 TriggerResolveHash(AuthAttemptState* attempt, scoped_refptr<ParallelAuthenticator> resolver, bool success, const std::string& username_hash) argument
H A Duser.h23 // |username|, |password|, |auth_code| and |username_hash| which is returned
24 // back once user homedir is mounted. |username_hash| is used to identify
34 const std::string& username_hash);
40 std::string username_hash; member in struct:chromeos::UserContext
154 virtual std::string username_hash() const;
203 void set_username_hash(const std::string& username_hash) { argument
204 username_hash_ = username_hash;
H A Duser_manager_impl.cc315 const std::string& username_hash,
359 active_user_->set_username_hash(username_hash);
397 if (user->username_hash().empty()) {
398 NOTREACHED() << "Switching to a user that doesn't have username_hash set";
410 NotifyActiveUserHashChanged(active_user_->username_hash());
1326 NotifyActiveUserHashChanged(active_user_->username_hash());
314 UserLoggedIn(const std::string& email, const std::string& username_hash, bool browser_restart) argument
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_connect.cc167 std::string username_hash = user ? user->username_hash() : std::string(); local
169 FindPolicyByGUID(username_hash, network->guid(), onc_source);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_launcher.cc128 const std::string& username_hash) {
140 username_hash),
127 OnUsernameHashRetrieved(bool success, const std::string& username_hash) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.cc552 std::string username_hash = local
554 user_manager->UserLoggedIn(username, username_hash, true);
556 << " with hash: " << username_hash; local

Completed in 1620 milliseconds