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

/external/chromium_org/chromeos/login/auth/
H A Donline_attempt.cc30 const int OnlineAttempt::kClientLoginTimeoutMs = 10000;
32 OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt, function in class:chromeos::OnlineAttempt
42 OnlineAttempt::~OnlineAttempt() {
48 void OnlineAttempt::Initiate(net::URLRequestContextGetter* request_context) {
53 base::Bind(&OnlineAttempt::TryClientLogin, weak_factory_.GetWeakPtr()));
56 void OnlineAttempt::OnClientLoginSuccess(
78 void OnlineAttempt::OnClientLoginFailure(const GoogleServiceAuthError& error) {
114 void OnlineAttempt
[all...]
H A Donline_attempt.h30 class CHROMEOS_EXPORT OnlineAttempt : public GaiaAuthConsumer { class in namespace:chromeos
32 OnlineAttempt(AuthAttemptState* current_attempt,
34 virtual ~OnlineAttempt();
75 base::WeakPtrFactory<OnlineAttempt> weak_factory_;
78 DISALLOW_COPY_AND_ASSIGN(OnlineAttempt);

Completed in 551 milliseconds