Searched refs:MakeIssueAuthTokenBody (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/net/gaia/
H A Dgaia_auth_fetcher.h163 static std::string MakeIssueAuthTokenBody(const std::string& sid,
H A Dgaia_auth_fetcher.cc177 std::string GaiaAuthFetcher::MakeIssueAuthTokenBody( function in class:GaiaAuthFetcher
290 request_body_ = MakeIssueAuthTokenBody(sid, lsid, service);
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.h313 static std::string MakeIssueAuthTokenBody(const std::string& sid,
H A Dgaia_auth_fetcher.cc281 std::string GaiaAuthFetcher::MakeIssueAuthTokenBody( function in class:GaiaAuthFetcher
503 request_body_ = MakeIssueAuthTokenBody(sid, lsid, service);

Completed in 139 milliseconds