Home
last modified time | relevance | path

Searched refs:MakeGetTokenPairBody (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dgaia_auth_fetcher.h353 static std::string MakeGetTokenPairBody(const std::string& auth_code);
Dgaia_auth_fetcher.cc323 std::string GaiaAuthFetcher::MakeGetTokenPairBody( in MakeGetTokenPairBody() function in GaiaAuthFetcher
609 request_body_ = MakeGetTokenPairBody(auth_code); in StartAuthCodeForOAuth2TokenExchange()