OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cryptohome_outcome
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
test_attempt_state.cc
47
void TestAttemptState::PresetCryptohomeStatus(bool
cryptohome_outcome
,
50
cryptohome_outcome_ =
cryptohome_outcome
;
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
auth_attempt_state.h
45
// Copy |cryptohome_code| and |
cryptohome_outcome
| into this object,
48
void RecordCryptohomeStatus(bool
cryptohome_outcome
, int cryptohome_code);
61
virtual bool
cryptohome_outcome
();
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
cryptohome_op_unittest.cc
122
EXPECT_EQ(outcome, state_.
cryptohome_outcome
());
parallel_authenticator.cc
405
if (current_state_->
cryptohome_outcome
())
437
if (!reauth_state_->
cryptohome_outcome
()) {
Completed in 22 milliseconds