/external/chromium_org/google_apis/gaia/ |
H A D | oauth2_access_token_consumer.h | 20 // Success callback. |access_token| will contain a valid OAuth2 access token. 23 virtual void OnGetTokenSuccess(const std::string& access_token, argument
|
H A D | oauth2_access_token_fetcher.cc | 14 const std::string& access_token, 16 consumer_->OnGetTokenSuccess(access_token, expiration_time); 13 FireOnGetTokenSuccess( const std::string& access_token, const base::Time& expiration_time) argument
|
H A D | fake_oauth2_token_service.cc | 43 const std::string& access_token) { 67 const std::string& access_token, 75 GoogleServiceAuthError::AuthErrorNone(), access_token, expiration); local 39 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument 65 IssueAllTokensForAccount( const std::string& account_id, const std::string& access_token, const base::Time& expiration) argument
|
H A D | gaia_oauth_client.h | 41 const std::string& access_token, 44 virtual void OnRefreshTokenResponse(const std::string& access_token, argument 40 OnGetTokensResponse(const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
|
H A D | oauth2_api_call_flow.cc | 39 const std::string& access_token, 43 access_token_(access_token), 143 void OAuth2ApiCallFlow::OnGetTokenSuccess(const std::string& access_token, argument 145 access_token_ = access_token; 36 OAuth2ApiCallFlow( net::URLRequestContextGetter* context, const std::string& refresh_token, const std::string& access_token, const std::vector<std::string>& scopes) argument
|
H A D | ubertoken_fetcher.cc | 85 const std::string& access_token, 87 DCHECK(!access_token.empty()); 88 access_token_ = access_token; 83 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
|
/external/chromium_org/chromecast/shell/browser/geolocation/ |
H A D | cast_access_token_store.cc | 44 const GURL& server_url, const base::string16& access_token) { 45 if (access_token_set_[server_url] != access_token) { 46 access_token_set_[server_url] = access_token; 43 SaveAccessToken( const GURL& server_url, const base::string16& access_token) argument
|
/external/chromium_org/content/browser/geolocation/ |
H A D | fake_access_token_store.cc | 48 const GURL& server_url, const base::string16& access_token) { 50 access_token_set_[server_url] = access_token; 47 DefaultSaveAccessToken( const GURL& server_url, const base::string16& access_token) argument
|
/external/chromium_org/content/shell/geolocation/ |
H A D | shell_access_token_store.cc | 45 // we provide a dummy access_token set to avoid hitting the server. 53 const GURL& server_url, const base::string16& access_token) { 52 SaveAccessToken( const GURL& server_url, const base::string16& access_token) argument
|
/external/chromium_org/google_apis/drive/ |
H A D | dummy_auth_service.cc | 31 const std::string& DummyAuthService::access_token() const { function in class:google_apis::DummyAuthService
|
/external/chromium_org/google_apis/gcm/engine/ |
H A D | account_mapping.h | 34 // |access_token|. 36 // Parses account mapping from store, without |account_id| or |access_token|. 45 std::string access_token; member in struct:gcm::AccountMapping
|
/external/chromium_org/chrome/browser/services/gcm/ |
H A D | gcm_account_tracker.h | 47 std::string access_token; member in struct:gcm::GCMAccountTracker::AccountInfo 90 const std::string& access_token,
|
/external/chromium_org/components/policy/core/common/cloud/ |
H A D | user_info_fetcher.cc | 42 void UserInfoFetcher::Start(const std::string& access_token) { argument 50 url_fetcher_->AddExtraRequestHeader(MakeAuthorizationHeader(access_token));
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
H A D | policy_oauth2_token_fetcher.cc | 88 const std::string& access_token, 91 oauth2_access_token_ = access_token; 92 ForwardPolicyToken(access_token, 87 OnGetTokenSuccess( const std::string& access_token, const base::Time& expiration_time) argument
|
H A D | user_cloud_policy_token_forwarder.cc | 49 const std::string& access_token, 51 manager_->OnAccessTokenAvailable(access_token); 47 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
|
H A D | wildcard_login_checker.cc | 55 const std::string& access_token, 61 StartUserInfoFetcher(access_token); 85 const std::string& access_token, 100 StartUserInfoFetcher(access_token); 104 const std::string& access_token) { 107 user_info_fetcher_->Start(access_token); 54 StartWithAccessToken( const std::string& access_token, const StatusCallback& callback) argument 84 OnPolicyTokenFetched( const std::string& access_token, const GoogleServiceAuthError& error) argument 103 StartUserInfoFetcher( const std::string& access_token) argument
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
H A D | obfuscated_gaia_id_fetcher.cc | 52 const std::string& access_token) 53 : OAuth2ApiCallFlow(context, std::string(), access_token, GetScopes()), 49 ObfuscatedGaiaIdFetcher( URLRequestContextGetter* context, Delegate* delegate, const std::string& access_token) argument
|
/external/chromium_org/chrome/browser/geolocation/ |
H A D | chrome_access_token_store.cc | 127 const base::string16& access_token) { 130 base::Bind(&SetAccessTokenOnUIThread, server_url, access_token)); 125 SaveAccessToken( const GURL& server_url, const base::string16& access_token) argument
|
/external/chromium_org/chrome/browser/local_discovery/ |
H A D | gcd_api_flow_impl.cc | 44 const std::string& access_token, 49 base::StringPrintf(kCloudPrintOAuthHeaderFormat, access_token.c_str()); 42 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
|
/external/chromium_org/chrome/browser/sync/ |
H A D | profile_sync_auth_provider.cc | 103 const std::string& access_token, 106 RespondToTokenRequest(GoogleServiceAuthError::AuthErrorNone(), access_token); local 101 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
H A D | cloud_print_request.cc | 61 const std::string& access_token, 63 if (!access_token.empty()) 65 "Authorization: Bearer \"%s\"", access_token.c_str())); 60 Run( const std::string& access_token, scoped_refptr<net::URLRequestContextGetter> context_getter) argument
|
/external/chromium_org/components/signin/core/browser/ |
H A D | account_service_flag_fetcher.cc | 71 const std::string& access_token, 76 gaia_auth_fetcher_.StartOAuthLogin(access_token, GaiaConstants::kGaiaService); 69 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
|
/external/chromium_org/remoting/host/setup/ |
H A D | oauth_client.cc | 41 const std::string& access_token, 45 gaia_oauth_client_.GetUserEmail(access_token, kMaxGaiaRetries, this); 49 const std::string& access_token, 39 OnGetTokensResponse( const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument 48 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
H A D | gaia_web_auth_flow.cc | 169 const char kOAuth2RedirectAccessTokenKey[] = "access_token"; 174 // reversed.oauth.client.id:/extensionid#access_token=TOKEN 187 std::string access_token; local 195 access_token = it->second; 202 if (access_token.empty() && error.empty()) { 213 delegate_->OnGaiaFlowCompleted(access_token, expiration);
|
/external/chromium_org/chrome/browser/policy/cloud/ |
H A D | user_policy_signin_service_mobile.cc | 81 const std::string& access_token, 83 RegisterForPolicyInternal(username, access_token, callback); 94 const std::string& access_token, 112 if (access_token.empty()) { 125 access_token, 79 RegisterForPolicyWithAccessToken( const std::string& username, const std::string& access_token, const PolicyRegistrationCallback& callback) argument 92 RegisterForPolicyInternal( const std::string& username, const std::string& access_token, const PolicyRegistrationCallback& callback) argument
|