HomeSort by relevance Sort by last modified time
    Searched defs:lsid (Results 1 - 5 of 5) 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/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/jdiff/
xerces.jar 

Completed in 295 milliseconds