Searched refs:access_token (Results 126 - 150 of 187) sorted by relevance

12345678

/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc172 const std::string& access_token,
177 StartGaiaIdFetch(access_token);
196 const std::string& access_token) {
200 fetcher_.reset(new ObfuscatedGaiaIdFetcher(context, this, access_token));
170 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
195 StartGaiaIdFetch( const std::string& access_token) argument
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_server_service.h97 const std::string& access_token,
/external/chromium_org/components/invalidation/
H A Dgcm_invalidation_bridge.cc196 std::string access_token; local
203 access_token));
214 const std::string& access_token,
224 access_token));
212 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
H A Dgcm_invalidation_bridge.h48 const std::string& access_token,
/external/chromium_org/components/signin/ios/browser/
H A Dprofile_oauth2_token_service_ios.h39 const std::string& access_token) OVERRIDE;
/external/chromium_org/google_apis/drive/
H A Drequest_sender.cc54 request->Start(auth_service_->access_token(),
66 const std::string& /* access_token */) {
H A Drequest_sender_unittest.cc98 virtual void Start(const std::string& access_token,
102 passed_access_token_ = access_token;
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_consumer.h56 std::string access_token; member in struct:GaiaAuthConsumer::ClientOAuthResult
58 // The lifespan of |access_token| in seconds.
H A Dgaia_auth_fetcher.cc45 std::string* access_token,
48 DCHECK(access_token);
52 !dict->GetStringWithoutPathExpansion("access_token", access_token) ||
663 const std::string& access_token) {
666 DVLOG(1) << "Starting StartTokenFetchForUberAuthExchange with access_token="
667 << access_token;
669 base::StringPrintf(kOAuthHeaderFormat, access_token.c_str());
680 void GaiaAuthFetcher::StartOAuthLogin(const std::string& access_token, argument
686 base::StringPrintf(kOAuth2BearerHeaderFormat, access_token
43 ExtractOAuth2TokenPairResponse(base::DictionaryValue* dict, std::string* refresh_token, std::string* access_token, int* expires_in_secs) argument
662 StartTokenFetchForUberAuthExchange( const std::string& access_token) argument
825 std::string access_token; local
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.h102 const std::string& access_token,
105 virtual void OnAccesstokenReceviced(const std::string& access_token,
152 // Saves |access_token| and calculates time for next update.
153 void RememberAccessToken(const std::string& access_token,
H A Dprinter.cc209 return state_.access_token;
442 const std::string& access_token,
448 RememberAccessToken(access_token, access_token_expires_in_seconds);
452 void Printer::OnAccesstokenReceviced(const std::string& access_token, argument
455 RememberAccessToken(access_token, expires_in_seconds);
599 xmpp_listener_->Connect(state_.access_token);
678 void Printer::RememberAccessToken(const std::string& access_token, argument
682 state_.access_token = access_token;
687 VLOG(0) << "Current access_token
441 OnRegistrationFinished(const std::string& refresh_token, const std::string& access_token, int access_token_expires_in_seconds) argument
[all...]
H A Dcloud_print_requester.cc287 const std::string& access_token,
292 access_token, expires_in_seconds);
296 const std::string& access_token,
300 delegate_->OnAccesstokenReceviced(access_token, expires_in_seconds);
286 OnGetTokensResponse(const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
295 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc411 const std::string& access_token) {
413 SetResult(new base::StringValue(access_token));
545 const std::string& access_token, int time_to_live) {
551 IdentityTokenCacheValue token(access_token,
557 CompleteFunctionWithResult(access_token);
670 const std::string& access_token,
679 access_token, base::TimeDelta::FromSeconds(time_to_live));
685 CompleteFunctionWithResult(access_token);
690 const std::string& access_token,
699 StartGaiaRequest(access_token);
410 CompleteFunctionWithResult( const std::string& access_token) argument
544 OnMintTokenSuccess( const std::string& access_token, int time_to_live) argument
669 OnGaiaFlowCompleted( const std::string& access_token, const std::string& expiration) argument
688 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
[all...]
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_uploader_impl_unittest.cc60 const std::string& access_token,
80 const std::string& access_token) OVERRIDE;
101 const std::string& access_token,
104 response_access_token_ = access_token;
128 const std::string& access_token) {
130 last_token_invalidated_ = access_token;
100 SetResponse(const GoogleServiceAuthError& error, const std::string& access_token, const base::Time& expiration) argument
124 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
H A Dattachment_uploader_impl.cc73 const std::string& access_token,
181 const std::string& access_token,
190 access_token_ = access_token;
179 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc191 const std::string& access_token,
193 account_id_fetcher_->GetUserEmail(access_token, kMaxRetries, this);
250 oauthlogin_access_token_ = oauth2_tokens.access_token;
190 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
H A Doauth2_login_verifier.cc197 const std::string& access_token,
204 access_token_ = access_token;
195 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher_unittest.cc44 " \"access_token\": \"<ignored>\","
160 std::string access_token; local
163 EXPECT_TRUE(headers.GetHeader("Authorization", &access_token));
164 EXPECT_EQ(std::string("Bearer ") + kAccessToken, access_token);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_misc.cc346 const std::string& access_token) {
351 DCHECK(access_token == auth_service_->access_token());
354 SetResult(new base::StringValue(access_token));
344 OnAccessTokenFetched( google_apis::GDataErrorCode code, const std::string& access_token) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconsumer_management_service.cc295 const std::string& access_token,
300 OnOwnerAccessTokenAvailable(access_token);
415 const std::string& access_token) {
430 access_token,
293 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
414 OnOwnerAccessTokenAvailable( const std::string& access_token) argument
H A Duser_cloud_policy_manager_chromeos.h81 // The |access_token| can then be used to authenticate the registration
83 void OnAccessTokenAvailable(const std::string& access_token);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.h66 virtual void OnRefreshTokenResponse(const std::string& access_token,
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.h96 const std::string& access_token,
/external/chromium_org/chrome/browser/signin/
H A Dandroid_profile_oauth2_token_service.h104 const std::string& access_token) OVERRIDE;
/external/chromium_org/google_apis/gcm/engine/
H A Daccount_mapping.cc118 access_token.clear();

Completed in 449 milliseconds

12345678