HomeSort by relevance Sort by last modified time
    Searched refs:online_outcome (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
online_attempt_unittest.cc 78 EXPECT_TRUE(error == state_.online_outcome().error());
143 EXPECT_TRUE(error == state_.online_outcome().error());
145 state_.online_outcome().reason());
173 EXPECT_EQ(LoginFailure::LOGIN_TIMED_OUT, state_.online_outcome().reason());
201 EXPECT_EQ(error, local_state.online_outcome());
203 local_state.online_outcome().reason());
227 EXPECT_EQ(LoginFailure::None(), local_state.online_outcome());
279 state_.online_outcome().error());
test_attempt_state.h 43 virtual const LoginFailure& online_outcome() { return online_outcome_; } function in class:chromeos::TestAttemptState
auth_attempt_state.h 55 virtual const LoginFailure& online_outcome();
parallel_authenticator.cc 347 reauth_state_->online_outcome() :
348 current_state_->online_outcome())));
385 current_state_->online_outcome()));
422 if (current_state_->online_outcome().reason() == LoginFailure::NONE) {
451 return (reauth_state_->online_outcome().reason() == LoginFailure::NONE) ?
501 if (current_state_->online_outcome().error().state() ==
507 if (current_state_->online_outcome().error().state() ==
auth_attempt_state.cc 91 const LoginFailure& AuthAttemptState::online_outcome() { function in class:chromeos::AuthAttemptState

Completed in 258 milliseconds