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

  /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/
auth_attempt_state.cc 35 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE),
51 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE),
68 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE),
95 cryptohome_code_ = cryptohome_code;
113 cryptohome_code_ = cryptohome::MOUNT_ERROR_NONE;
148 return cryptohome_code_;
test_attempt_state.cc 49 cryptohome_code_ = cryptohome_code;
77 return cryptohome_code_;
auth_attempt_state.h 107 cryptohome::MountError cryptohome_code_; member in class:chromeos::AuthAttemptState
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 70 cryptohome::MountError cryptohome_code_; member in class:chromeos::ManagedUserAuthenticator::AuthAttempt
managed_user_authenticator.cc 310 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE) {}
320 cryptohome_code_ = cryptohome_code;
343 return cryptohome_code_;

Completed in 45 milliseconds