OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cryptohome_outcome
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
auth_attempt_state.cc
71
void AuthAttemptState::RecordCryptohomeStatus(bool
cryptohome_outcome
,
75
cryptohome_outcome_ =
cryptohome_outcome
;
116
bool AuthAttemptState::
cryptohome_outcome
() {
function in class:chromeos::AuthAttemptState
test_attempt_state.h
39
void PresetCryptohomeStatus(bool
cryptohome_outcome
, int cryptohome_code);
53
virtual bool
cryptohome_outcome
() { return cryptohome_outcome_; }
function in class:chromeos::TestAttemptState
Completed in 54 milliseconds