Home | Sort by relevance Sort by last modified time |
/external/chromium/chrome/browser/chromeos/login/ | |
auth_attempt_state.cc | 72 int cryptohome_code) { 76 cryptohome_code_ = cryptohome_code; 121 int AuthAttemptState::cryptohome_code() { function in class:chromeos::AuthAttemptState |
test_attempt_state.h | 39 void PresetCryptohomeStatus(bool cryptohome_outcome, int cryptohome_code); 54 virtual int cryptohome_code() { return cryptohome_code_; } function in class:chromeos::TestAttemptState |