HomeSort by relevance Sort by last modified time
    Searched defs:TestAttemptState (Results 1 - 4 of 4) 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);
  /external/chromium_org/chrome/browser/chromeos/login/
test_attempt_state.h 18 class TestAttemptState : public AuthAttemptState {
20 TestAttemptState(const UserContext& credentials,
27 TestAttemptState(const std::string& username, const std::string& ascii_hash);
29 virtual ~TestAttemptState();
52 DISALLOW_COPY_AND_ASSIGN(TestAttemptState);
test_attempt_state.cc 13 TestAttemptState::TestAttemptState(const UserContext& credentials,
27 TestAttemptState::TestAttemptState(const std::string& username,
32 TestAttemptState::~TestAttemptState() {}
34 void TestAttemptState::PresetOnlineLoginStatus(
40 void TestAttemptState::DisableHosted() {
44 void TestAttemptState::PresetCryptohomeStatus(
52 bool TestAttemptState::online_complete()
    [all...]

Completed in 932 milliseconds