Searched defs:expires_in_seconds (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_oauth_client.h42 int expires_in_seconds) {}
45 int expires_in_seconds) {}
40 OnGetTokensResponse(const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
44 OnRefreshTokenResponse(const std::string& access_token, int expires_in_seconds) argument
H A Dgaia_oauth_client.cc304 int expires_in_seconds = 0; local
307 response_dict->GetInteger(kExpiresInValue, &expires_in_seconds);
315 delegate_->OnRefreshTokenResponse(access_token, expires_in_seconds);
319 expires_in_seconds);
/external/chromium_org/remoting/host/setup/
H A Doauth_client.cc40 int expires_in_seconds) {
48 int expires_in_seconds) {
37 OnGetTokensResponse( const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
46 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
H A Dhost_starter.cc79 int expires_in_seconds) {
83 refresh_token, access_token, expires_in_seconds));
94 int expires_in_seconds) {
76 OnGetTokensResponse( const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
92 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
/external/chromium/chrome/common/net/gaia/
H A Dgaia_oauth_client.cc155 int expires_in_seconds = 0; local
165 response_dict->GetInteger(kExpiresInValue, &expires_in_seconds);
180 delegate_->OnRefreshTokenResponse(access_token, expires_in_seconds);
184 expires_in_seconds);
/external/chromium_org/chrome/browser/chromeos/login/
H A Doauth2_login_manager.cc182 int expires_in_seconds) {
180 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc240 int expires_in_seconds) {
252 int expires_in_seconds) {
237 OnGetTokensResponse( const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
250 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.cc58 int expires_in_seconds) OVERRIDE;
122 int expires_in_seconds) {
120 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_refresh_token_fetcher.cc78 int expires_in_seconds) OVERRIDE;
80 int expires_in_seconds) OVERRIDE;
230 int expires_in_seconds) {
239 int expires_in_seconds) {
227 OnGetTokensResponse( const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
237 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_auth.cc116 int expires_in_seconds) {
122 OnRefreshTokenResponse(access_token, expires_in_seconds);
126 int expires_in_seconds) {
134 DCHECK(expires_in_seconds > kTokenRefreshGracePeriodSecs);
136 expires_in_seconds - kTokenRefreshGracePeriodSecs);
114 OnGetTokensResponse(const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
125 OnRefreshTokenResponse(const std::string& access_token, int expires_in_seconds) argument
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_requester.cc288 int expires_in_seconds) {
292 access_token, expires_in_seconds);
297 int expires_in_seconds) {
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
H A Dprinter.cc450 int expires_in_seconds) {
452 RememberAccessToken(access_token, expires_in_seconds);
676 int expires_in_seconds) {
680 int64 time_to_update = static_cast<int64>(expires_in_seconds *
449 OnAccesstokenReceviced(const std::string& access_token, int expires_in_seconds) argument
675 RememberAccessToken(const std::string& access_token, int expires_in_seconds) argument

Completed in 90 milliseconds