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

  /external/chromium_org/chrome/browser/chromeos/login/
test_attempt_state.cc 42 cryptohome_code_ = cryptohome_code;
70 return cryptohome_code_;
auth_attempt_state.cc 33 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE),
49 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE),
64 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE),
91 cryptohome_code_ = cryptohome_code;
116 cryptohome_code_ = cryptohome::MOUNT_ERROR_NONE;
151 return cryptohome_code_;
auth_attempt_state.h 108 cryptohome::MountError cryptohome_code_; member in class:chromeos::AuthAttemptState
  /external/chromium/chrome/browser/chromeos/login/
auth_attempt_state.cc 34 cryptohome_code_(kCryptohomeMountErrorNone) {
49 cryptohome_code_(kCryptohomeMountErrorNone) {
76 cryptohome_code_ = cryptohome_code;
83 cryptohome_code_ = kCryptohomeMountErrorNone;
123 return cryptohome_code_;
test_attempt_state.cc 51 cryptohome_code_ = cryptohome_code;
test_attempt_state.h 54 virtual int cryptohome_code() { return cryptohome_code_; }
auth_attempt_state.h 92 int cryptohome_code_; member in class:chromeos::AuthAttemptState
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 68 cryptohome::MountError cryptohome_code_; member in class:chromeos::ManagedUserAuthenticator::AuthAttempt
managed_user_authenticator.cc 283 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE) {}
293 cryptohome_code_ = cryptohome_code;
316 return cryptohome_code_;

Completed in 763 milliseconds