OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestAttemptState
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
test_attempt_state.cc
14
TestAttemptState
::
TestAttemptState
(const std::string& username,
28
TestAttemptState
::
TestAttemptState
(const std::string& username,
33
TestAttemptState
::~
TestAttemptState
() {}
35
void
TestAttemptState
::PresetOnlineLoginStatus(
43
void
TestAttemptState
::DisableHosted() {
47
void
TestAttemptState
::PresetCryptohomeStatus(bool cryptohome_outcome,
test_attempt_state.h
17
class
TestAttemptState
: public AuthAttemptState {
19
TestAttemptState
(const std::string& username,
26
TestAttemptState
(const std::string& username, const std::string& ascii_hash);
28
virtual ~
TestAttemptState
();
57
DISALLOW_COPY_AND_ASSIGN(
TestAttemptState
);
online_attempt_unittest.cc
101
TestAttemptState
state_;
192
TestAttemptState
local_state("", "", "", "", "", true);
218
TestAttemptState
local_state("", "", "", "", "", true);
parallel_authenticator.h
194
void set_attempt_state(
TestAttemptState
* new_state) { // takes ownership.
parallel_authenticator_unittest.cc
46
ResolveChecker(
TestAttemptState
* state,
62
TestAttemptState
* state_;
100
state_.reset(new
TestAttemptState
(username_,
206
void SetAttemptState(ParallelAuthenticator* auth,
TestAttemptState
* state) {
226
scoped_ptr<
TestAttemptState
> state_;
cryptohome_op_unittest.cc
131
TestAttemptState
state_;
Completed in 39 milliseconds