Searched refs:expires_in_seconds (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/common/net/gaia/
H A Dgaia_oauth_client.h38 int expires_in_seconds) = 0;
41 int expires_in_seconds) = 0;
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);
H A Dgaia_oauth_client_unittest.cc138 const std::string& access_token, int expires_in_seconds));
140 int expires_in_seconds));

Completed in 25 milliseconds