HomeSort by relevance Sort by last modified time
    Searched refs:LSID (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/signin/
signin_internals_util.h 38 LSID,
signin_internals_util.cc 98 ENUM_CASE(LSID);
200 case LSID:
201 return "Lsid (Hash)";
253 if (i == SID || i == LSID) {
token_service.cc 157 SaveAuthTokenToDB(GaiaConstants::kGaiaLsid, credentials.lsid);
165 // Notify AboutSigninInternals that a new lsid and sid are available.
168 FOR_DIAGNOSTICS_OBSERVERS(NotifySigninValueChanged(LSID, credentials.lsid));
223 return !credentials_.lsid.empty() && !credentials_.sid.empty();
232 credentials_.sid, credentials_.lsid, kServices[i]);
404 if (credentials_.lsid.empty() && credentials_.sid.empty()) {
405 // Look for GAIA SID and LSID tokens. If we have both, and the current
407 std::string lsid; local
411 lsid = db_tokens.find(GaiaConstants::kGaiaLsid)->second
    [all...]
signin_manager.cc 234 // jar and mints a new ClientLogin-style SID/LSID pair. This involves going
239 // - call /accounts/OAuthLogin with the oauth2 access token and get SID/LSID
242 // The resulting SID/LSID can then be used just as if
262 // Make sure the LSID cookie is set on the GAIA host, instead of a super-
264 if (it->Name() == "LSID") {
266 // Found a valid LSID cookie. Continue loop to make sure we don't have
267 // invalid LSID cookies on any super-domain.
353 NotifyDiagnosticsObservers(LSID, "");
503 NotifyDiagnosticsObservers(LSID, result.lsid);
    [all...]

Completed in 44 milliseconds