Searched defs:TestAttemptState (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dtest_attempt_state.cc14 TestAttemptState::TestAttemptState(const std::string& username, function in class:chromeos::TestAttemptState
28 TestAttemptState::TestAttemptState(const std::string& username, function in class:chromeos::TestAttemptState
33 TestAttemptState::~TestAttemptState() {}
35 void TestAttemptState::PresetOnlineLoginStatus(
43 void TestAttemptState::DisableHosted() {
47 void TestAttemptState::PresetCryptohomeStatus(bool cryptohome_outcome,
H A Dtest_attempt_state.h17 class TestAttemptState : public AuthAttemptState { class in namespace:chromeos
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);

Completed in 22 milliseconds