Searched refs:ParseClientLoginResponse (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/common/net/gaia/
H A Dgaia_auth_fetcher.h131 static void ParseClientLoginResponse(const std::string& data,
H A Dgaia_auth_fetcher.cc204 void GaiaAuthFetcher::ParseClientLoginResponse(const std::string& data, function in class:GaiaAuthFetcher
374 ParseClientLoginResponse(data, &sid, &lsid, &token);
H A Dgaia_auth_fetcher_unittest.cc75 GaiaAuthFetcher::ParseClientLoginResponse(data,
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.h280 static void ParseClientLoginResponse(const std::string& data,
H A Dgaia_auth_fetcher.cc363 void GaiaAuthFetcher::ParseClientLoginResponse(const std::string& data, function in class:GaiaAuthFetcher
790 ParseClientLoginResponse(data, &sid, &lsid, &token);
917 ParseClientLoginResponse(data, &sid, &lsid, &token);
H A Dgaia_auth_fetcher_unittest.cc115 GaiaAuthFetcher::ParseClientLoginResponse(data,

Completed in 92 milliseconds