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

  /external/chromium_org/chrome/browser/google_apis/
auth_service_interface.h 35 virtual void StartAuthentication(const AuthStatusCallback& callback) = 0;
dummy_auth_service.cc 18 void DummyAuthService::StartAuthentication(const AuthStatusCallback& callback) {
dummy_auth_service.h 22 virtual void StartAuthentication(const AuthStatusCallback& callback) OVERRIDE;
auth_service.h 44 virtual void StartAuthentication(const AuthStatusCallback& callback) OVERRIDE;
61 // Called when authentication request from StartAuthentication() is
request_sender.cc 48 auth_service_->StartAuthentication(
auth_service.cc 137 void AuthService::StartAuthentication(const AuthStatusCallback& callback) {
  /external/chromium_org/chrome/browser/chromeos/login/
login_performer.h 118 void StartAuthentication();
login_performer.cc 189 StartAuthentication();
283 void LoginPerformer::StartAuthentication() {
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 203 StartAuthentication();
260 StartAuthentication();
267 StartAuthentication();
463 void LoginPerformer::StartAuthentication() {
login_performer.h 147 void StartAuthentication();
  /external/chromium_org/chrome/browser/drive/
gdata_wapi_service.cc 609 sender_->auth_service()->StartAuthentication(callback);
drive_api_service.cc 780 sender_->auth_service()->StartAuthentication(callback);

Completed in 258 milliseconds