Searched refs:gaia_auth_fetcher_ (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/components/signin/core/browser/ |
D | signin_oauth_helper.cc | 15 : gaia_auth_fetcher_(this, GaiaConstants::kChromeSource, getter), in SigninOAuthHelper() 20 gaia_auth_fetcher_.StartCookieForOAuthLoginTokenExchangeWithDeviceId( in SigninOAuthHelper() 28 gaia_auth_fetcher_.StartOAuthLogin(result.access_token, in OnClientOAuthSuccess() 39 gaia_auth_fetcher_.StartGetUserInfo(result.lsid); in OnClientLoginSuccess()
|
D | account_service_flag_fetcher.cc | 19 gaia_auth_fetcher_(this, GaiaConstants::kChromeSource, request_context), in AccountServiceFlagFetcher() 29 gaia_auth_fetcher_.CancelRequest(); in ~AccountServiceFlagFetcher() 76 gaia_auth_fetcher_.StartOAuthLogin(access_token, GaiaConstants::kGaiaService); in OnGetTokenSuccess() 92 gaia_auth_fetcher_.StartGetUserInfo(result.lsid); in OnClientLoginSuccess()
|
D | signin_oauth_helper.h | 55 GaiaAuthFetcher gaia_auth_fetcher_; variable
|
D | account_service_flag_fetcher.h | 78 GaiaAuthFetcher gaia_auth_fetcher_; variable
|
/external/chromium_org/google_apis/gaia/ |
D | merge_session_helper.cc | 45 gaia_auth_fetcher_.reset( in Start() 48 gaia_auth_fetcher_->StartGetCheckConnectionInfo(); in Start() 52 return gaia_auth_fetcher_ || fetchers_.size() > 0u; in IsRunning() 144 gaia_auth_fetcher_.reset(); in CleanupTransientState() 186 gaia_auth_fetcher_.reset(); in CancelAll() 275 gaia_auth_fetcher_.reset(new GaiaAuthFetcher(this, in OnUbertokenSuccess() 281 gaia_auth_fetcher_->StartMergeSession(uber_token, in OnUbertokenSuccess() 330 gaia_auth_fetcher_.reset(); in HandleNextAccount()
|
D | ubertoken_fetcher.cc | 102 gaia_auth_fetcher_.reset(); in RequestAccessToken() 112 gaia_auth_fetcher_.reset(new GaiaAuthFetcher(this, in ExchangeTokens() 115 gaia_auth_fetcher_->StartTokenFetchForUberAuthExchange(access_token_); in ExchangeTokens()
|
D | merge_session_helper.h | 98 scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_; variable 176 scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_; variable
|
D | ubertoken_fetcher.h | 75 scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_; variable
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
D | authenticated_user_email_retriever.cc | 21 gaia_auth_fetcher_(this, in AuthenticatedUserEmailRetriever() 24 gaia_auth_fetcher_.StartListAccounts(); in AuthenticatedUserEmailRetriever()
|
D | authenticated_user_email_retriever.h | 47 GaiaAuthFetcher gaia_auth_fetcher_; variable
|