Home
last modified time | relevance | path

Searched refs:TestAttemptState (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
Dtest_attempt_state.cc13 TestAttemptState::TestAttemptState(const UserContext& credentials, in TestAttemptState() function in chromeos::TestAttemptState
25 TestAttemptState::~TestAttemptState() {} in ~TestAttemptState()
27 void TestAttemptState::PresetOnlineLoginStatus( in PresetOnlineLoginStatus()
33 void TestAttemptState::DisableHosted() { in DisableHosted()
37 void TestAttemptState::PresetCryptohomeStatus( in PresetCryptohomeStatus()
45 bool TestAttemptState::online_complete() { in online_complete()
49 const LoginFailure& TestAttemptState::online_outcome() { in online_outcome()
53 bool TestAttemptState::is_first_time_user() { in is_first_time_user()
57 GaiaAuthFetcher::HostedAccountsSetting TestAttemptState::hosted_policy() { in hosted_policy()
61 bool TestAttemptState::cryptohome_complete() { in cryptohome_complete()
[all …]
Dtest_attempt_state.h18 class TestAttemptState : public AuthAttemptState {
20 TestAttemptState(const UserContext& credentials,
26 virtual ~TestAttemptState();
49 DISALLOW_COPY_AND_ASSIGN(TestAttemptState);
Donline_attempt_unittest.cc63 TestAttemptState state_;
144 TestAttemptState local_state(UserContext(), "", "", in TEST_F()
167 TestAttemptState local_state(UserContext(), "", "", in TEST_F()
Dparallel_authenticator_unittest.cc78 state_.reset(new TestAttemptState(UserContext(username_, in SetUp()
175 void SetAttemptState(ParallelAuthenticator* auth, TestAttemptState* state) { in SetAttemptState()
180 ParallelAuthenticator* auth, TestAttemptState* state) { in SetAndResolveState()
205 scoped_ptr<TestAttemptState> state_;
278 state_.reset(new TestAttemptState(UserContext(username_, in TEST_F()
329 state_.reset(new TestAttemptState(UserContext(username_, in TEST_F()
Dparallel_authenticator.h202 void set_attempt_state(TestAttemptState* new_state) { // takes ownership. in set_attempt_state()
/external/chromium/chrome/browser/chromeos/login/
Dtest_attempt_state.cc14 TestAttemptState::TestAttemptState(const std::string& username, in TestAttemptState() function in chromeos::TestAttemptState
28 TestAttemptState::TestAttemptState(const std::string& username, in TestAttemptState() function in chromeos::TestAttemptState
33 TestAttemptState::~TestAttemptState() {} in ~TestAttemptState()
35 void TestAttemptState::PresetOnlineLoginStatus( in PresetOnlineLoginStatus()
43 void TestAttemptState::DisableHosted() { in DisableHosted()
47 void TestAttemptState::PresetCryptohomeStatus(bool cryptohome_outcome, in PresetCryptohomeStatus()
Dtest_attempt_state.h17 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);
Donline_attempt_unittest.cc101 TestAttemptState state_;
192 TestAttemptState local_state("", "", "", "", "", true); in TEST_F()
218 TestAttemptState local_state("", "", "", "", "", true); in TEST_F()
Dparallel_authenticator_unittest.cc46 ResolveChecker(TestAttemptState* state, in ResolveChecker()
62 TestAttemptState* state_;
100 state_.reset(new TestAttemptState(username_, in SetUp()
206 void SetAttemptState(ParallelAuthenticator* auth, TestAttemptState* state) { in SetAttemptState()
226 scoped_ptr<TestAttemptState> state_;
Dparallel_authenticator.h194 void set_attempt_state(TestAttemptState* new_state) { // takes ownership. in set_attempt_state()
Dcryptohome_op_unittest.cc131 TestAttemptState state_;