TestAttemptState 63 chrome/browser/chromeos/login/online_attempt_unittest.cc TestAttemptState state_; TestAttemptState 144 chrome/browser/chromeos/login/online_attempt_unittest.cc TestAttemptState local_state(UserContext(), "", "", TestAttemptState 167 chrome/browser/chromeos/login/online_attempt_unittest.cc TestAttemptState local_state(UserContext(), "", "", TestAttemptState 205 chrome/browser/chromeos/login/parallel_authenticator.h void set_attempt_state(TestAttemptState* new_state) { // takes ownership. TestAttemptState 78 chrome/browser/chromeos/login/parallel_authenticator_unittest.cc state_.reset(new TestAttemptState(UserContext(username_, TestAttemptState 177 chrome/browser/chromeos/login/parallel_authenticator_unittest.cc void SetAttemptState(ParallelAuthenticator* auth, TestAttemptState* state) { TestAttemptState 182 chrome/browser/chromeos/login/parallel_authenticator_unittest.cc ParallelAuthenticator* auth, TestAttemptState* state) { TestAttemptState 207 chrome/browser/chromeos/login/parallel_authenticator_unittest.cc scoped_ptr<TestAttemptState> state_; TestAttemptState 282 chrome/browser/chromeos/login/parallel_authenticator_unittest.cc state_.reset(new TestAttemptState(UserContext(username_, TestAttemptState 331 chrome/browser/chromeos/login/parallel_authenticator_unittest.cc state_.reset(new TestAttemptState(UserContext(username_, TestAttemptState 13 chrome/browser/chromeos/login/test_attempt_state.cc TestAttemptState::TestAttemptState(const UserContext& credentials, TestAttemptState 25 chrome/browser/chromeos/login/test_attempt_state.cc TestAttemptState::~TestAttemptState() {} TestAttemptState 27 chrome/browser/chromeos/login/test_attempt_state.cc void TestAttemptState::PresetOnlineLoginStatus( TestAttemptState 33 chrome/browser/chromeos/login/test_attempt_state.cc void TestAttemptState::DisableHosted() { TestAttemptState 37 chrome/browser/chromeos/login/test_attempt_state.cc void TestAttemptState::PresetCryptohomeStatus( TestAttemptState 45 chrome/browser/chromeos/login/test_attempt_state.cc bool TestAttemptState::online_complete() { TestAttemptState 49 chrome/browser/chromeos/login/test_attempt_state.cc const LoginFailure& TestAttemptState::online_outcome() { TestAttemptState 53 chrome/browser/chromeos/login/test_attempt_state.cc bool TestAttemptState::is_first_time_user() { TestAttemptState 57 chrome/browser/chromeos/login/test_attempt_state.cc GaiaAuthFetcher::HostedAccountsSetting TestAttemptState::hosted_policy() { TestAttemptState 61 chrome/browser/chromeos/login/test_attempt_state.cc bool TestAttemptState::cryptohome_complete() { TestAttemptState 65 chrome/browser/chromeos/login/test_attempt_state.cc bool TestAttemptState::cryptohome_outcome() { TestAttemptState 69 chrome/browser/chromeos/login/test_attempt_state.cc cryptohome::MountError TestAttemptState::cryptohome_code() { TestAttemptState 18 chrome/browser/chromeos/login/test_attempt_state.h class TestAttemptState : public AuthAttemptState { TestAttemptState 20 chrome/browser/chromeos/login/test_attempt_state.h TestAttemptState(const UserContext& credentials, TestAttemptState 26 chrome/browser/chromeos/login/test_attempt_state.h virtual ~TestAttemptState(); TestAttemptState 49 chrome/browser/chromeos/login/test_attempt_state.h DISALLOW_COPY_AND_ASSIGN(TestAttemptState);