HomeSort by relevance Sort by last modified time
    Searched defs:lsid (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.h 28 std::string lsid; member in struct:GaiaAuthConsumer::ClientLoginResult
gaia_auth_fetcher.cc 44 "LSID=%s&"
49 "LSID=%s";
179 const std::string& lsid,
182 std::string encoded_lsid = UrlEncodeString(lsid);
197 std::string GaiaAuthFetcher::MakeGetUserInfoBody(const std::string& lsid) {
198 std::string encoded_lsid = UrlEncodeString(lsid);
206 std::string* lsid,
218 } else if (i->first == "LSID") {
219 lsid->assign(i->second);
283 const std::string& lsid,
372 std::string lsid; local
    [all...]
gaia_authenticator.h 17 // // or gaia_auth.lsid()
115 // Pass the LSID to authenticate with. If the authentication succeeds, you can
119 bool AuthenticateWithLsid(const std::string& lsid);
142 std::string lsid; member in struct:gaia::GaiaAuthenticator::AuthResults
185 // Caller should fill in results->LSID before calling. Result in
221 // Retrieve LSID cookie. For details, see the Google Accounts documentation.
222 inline std::string lsid() const { function in class:gaia::GaiaAuthenticator
224 return auth_results_.lsid;
  /external/chromium_org/google_apis/gaia/
gaia_auth_consumer.h 35 std::string lsid; member in struct:GaiaAuthConsumer::ClientLoginResult
gaia_auth_fetcher.cc 80 "LSID=%s&"
98 "LSID=%s";
282 const std::string& lsid,
285 std::string encoded_lsid = net::EscapeUrlEncodedData(lsid, true);
334 std::string GaiaAuthFetcher::MakeGetUserInfoBody(const std::string& lsid) {
335 std::string encoded_lsid = net::EscapeUrlEncodedData(lsid, true);
364 std::string* lsid,
370 lsid->clear();
378 } else if (i->first == "LSID") {
379 lsid->assign(i->second)
773 std::string lsid; local
890 std::string lsid; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 132 // bootstrap authentication using |lsid|, if it isn't empty.
315 std::string lsid; member in struct:browser_sync::SyncBackendHost::Core::DoInitializeOptions
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.cc 169 std::string* lsid,
180 } else if (i->first == "LSID") {
181 *lsid = i->second;
444 std::string lsid; local
446 ParseOAuthLoginResponse(data, &sid, &lsid, &auth);
447 if (!sid.empty() && !lsid.empty() && !auth.empty()) {
448 consumer_->OnOAuthLoginSuccess(sid, lsid, auth);
  /external/chromium_org/chrome/browser/signin/
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...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 174 // bootstrap authentication using |lsid|, if it isn't empty.
357 std::string lsid; member in struct:browser_sync::SyncBackendHost::DoInitializeOptions
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 

Completed in 167 milliseconds