Home
last modified time | relevance | path

Searched refs:MakeGetUserInfoBody (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/net/gaia/
Dgaia_auth_fetcher.cc197 std::string GaiaAuthFetcher::MakeGetUserInfoBody(const std::string& lsid) { in MakeGetUserInfoBody() function in GaiaAuthFetcher
304 request_body_ = MakeGetUserInfoBody(lsid); in StartGetUserInfo()
Dgaia_auth_fetcher.h168 static std::string MakeGetUserInfoBody(const std::string& lsid);
/external/chromium_org/google_apis/gaia/
Dgaia_auth_fetcher.h324 static std::string MakeGetUserInfoBody(const std::string& lsid);
Dgaia_auth_fetcher.cc335 std::string GaiaAuthFetcher::MakeGetUserInfoBody(const std::string& lsid) { in MakeGetUserInfoBody() function in GaiaAuthFetcher
592 request_body_ = MakeGetUserInfoBody(lsid); in StartGetUserInfo()