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

  /external/chromium_org/chrome/browser/chromeos/login/
crash_restore_browsertest.cc 67 user->username_hash());
140 user->username_hash());
147 users[0]->username_hash());
150 users[1]->username_hash());
153 users[2]->username_hash());
user.h 23 // |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) {
204 username_hash_ = username_hash;
fake_login_utils.cc 54 user_context.username, user_context.username_hash, false);
98 Profile* FakeLoginUtils::CreateProfile(const std::string& username_hash) {
101 path = path.AppendASCII(chrome::kProfileDirPrefix + username_hash);
user.cc 119 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
auth_attempt_state.cc 98 void AuthAttemptState::RecordUsernameHash(const std::string& username_hash) {
100 user_context.username_hash = username_hash;
auth_attempt_state.h 47 // Copy |username_hash| into this object, so we can have
50 void RecordUsernameHash(const std::string& username_hash);
fake_login_utils.h 47 Profile* CreateProfile(const std::string& username_hash);
user_manager.h 133 // |username_hash| is used to identify homedir mount point.
135 const std::string& username_hash,
login_performer.cc 108 VLOG(1) << "LoginSuccess hash: " << user_context.username_hash
user_manager_impl.h 60 const std::string& username_hash,
parallel_authenticator.cc 55 const std::string& username_hash) {
57 attempt->RecordUsernameHash(username_hash);
79 // Set state that username_hash is requested here so that test implementation
user_manager_impl.cc 315 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());
    [all...]
login_utils.cc 325 user_context.username_hash,
346 // username_hash has been already propogated to ProfileManager.
  /external/chromium_org/chrome/browser/chromeos/options/
network_connect.cc 167 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/
kiosk_app_launcher.cc 128 const std::string& username_hash) {
140 username_hash),
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 552 std::string username_hash = local
554 user_manager->UserLoggedIn(username, username_hash, true);
556 << " with hash: " << username_hash; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 161 if ((*it)->username_hash() == userhash)

Completed in 1130 milliseconds