Searched defs:expires_in_seconds (Results 1 - 11 of 11) 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.cc307 int expires_in_seconds = 0; local
310 response_dict->GetInteger(kExpiresInValue, &expires_in_seconds);
318 delegate_->OnRefreshTokenResponse(access_token, expires_in_seconds);
322 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_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc189 int expires_in_seconds) {
187 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc276 int expires_in_seconds) {
288 int expires_in_seconds) {
273 OnGetTokensResponse( const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
286 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.cc114 int expires_in_seconds) {
112 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher.cc79 int expires_in_seconds) OVERRIDE;
81 int expires_in_seconds) OVERRIDE;
233 int expires_in_seconds) {
242 int expires_in_seconds) {
230 OnGetTokensResponse( const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
240 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.cc452 int expires_in_seconds) {
454 RememberAccessToken(access_token, expires_in_seconds);
678 int expires_in_seconds) {
682 int64 time_to_update = static_cast<int64>(expires_in_seconds *
451 OnAccesstokenReceviced(const std::string& access_token, int expires_in_seconds) argument
677 RememberAccessToken(const std::string& access_token, int expires_in_seconds) argument

Completed in 379 milliseconds