Home | History | Annotate | Download | only in gaia

Lines Matching refs:lsid

86 bool GaiaAuthenticator::AuthenticateWithLsid(const string& lsid) {
87 auth_results_.lsid = lsid;
88 // We need to lookup the email associated with this LSID cookie in order to
217 post_body += "LSID=";
218 post_body += EscapeUrlEncodedData(results->lsid);
267 post_body += "LSID=";
268 post_body += EscapeUrlEncodedData(results->lsid);
308 } else if (i->first == "LSID") {
309 results->lsid = i->second;