Searched refs:StartAuthentication (Results 1 – 12 of 12) sorted by relevance
20 void DummyAuthService::StartAuthentication(const AuthStatusCallback& callback) { in StartAuthentication() function in google_apis::DummyAuthService
35 virtual void StartAuthentication(const AuthStatusCallback& callback) = 0;
29 virtual void StartAuthentication(const AuthStatusCallback& callback) OVERRIDE;
45 virtual void StartAuthentication(const AuthStatusCallback& callback) OVERRIDE;
49 auth_service_->StartAuthentication( in StartRequestWithRetry()
141 void AuthService::StartAuthentication(const AuthStatusCallback& callback) { in StartAuthentication() function in google_apis::AuthService
34 virtual void StartAuthentication( in StartAuthentication() function in google_apis::__anon8c3ed37f0111::TestAuthService
125 void StartAuthentication();
188 StartAuthentication(); in PerformLogin()342 void LoginPerformer::StartAuthentication() { in StartAuthentication() function in chromeos::LoginPerformer
336 auth_service_->StartAuthentication(base::Bind( in RunAsync()
1015 auth_service_->StartAuthentication(base::Bind( in OnGetResourceEntry()
721 sender_->auth_service()->StartAuthentication(callback); in RequestAccessToken()