HomeSort by relevance Sort by last modified time
    Searched full:auth_fetcher_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc 45 auth_fetcher_.reset(
50 auth_fetcher_->StartClientLogin(user, password,
55 auth_fetcher_->StartClientLogin(user, access_code,
63 auth_fetcher_.reset();
71 auth_fetcher_.reset();
103 auth_fetcher_->StartIssueAuthToken(
120 scoped_ptr<GaiaAuthFetcher> auth_fetcher(auth_fetcher_.release());
195 scoped_ptr<GaiaAuthFetcher> scoped_killer(auth_fetcher_.release());
enterprise_enrollment_screen.h 89 scoped_ptr<GaiaAuthFetcher> auth_fetcher_; member in class:chromeos::EnterpriseEnrollmentScreen
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_token_fetcher.cc 34 auth_fetcher_(this, GaiaConstants::kChromeSource, context_getter),
60 auth_fetcher_.StartCookieForOAuthLoginTokenExchange(EmptyString());
83 auth_fetcher_.StartAuthCodeForOAuth2TokenExchange(auth_code);
oauth2_token_fetcher.h 61 GaiaAuthFetcher auth_fetcher_; member in class:chromeos::OAuth2TokenFetcher

Completed in 57 milliseconds