HomeSort by relevance Sort by last modified time
    Searched defs:TestAttemptState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/login/auth/
test_attempt_state.h 18 class CHROMEOS_EXPORT TestAttemptState : public AuthAttemptState {
20 TestAttemptState(const UserContext& credentials, const bool user_is_new);
22 virtual ~TestAttemptState();
44 DISALLOW_COPY_AND_ASSIGN(TestAttemptState);
test_attempt_state.cc 12 TestAttemptState::TestAttemptState(const UserContext& credentials,
21 TestAttemptState::~TestAttemptState() {
24 void TestAttemptState::PresetOnlineLoginStatus(const AuthFailure& outcome) {
29 void TestAttemptState::DisableHosted() {
33 void TestAttemptState::PresetCryptohomeStatus(
41 bool TestAttemptState::online_complete() {
45 const AuthFailure& TestAttemptState::online_outcome() {
49 bool TestAttemptState::is_first_time_user()
    [all...]

Completed in 213 milliseconds