HomeSort by relevance Sort by last modified time
    Searched refs:cryptohome_code_ (Results 1 - 4 of 4) 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

Completed in 91 milliseconds