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

  /external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.cc 17 lsid(new_lsid),
27 lsid == b.lsid &&
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_auth_fetcher.h 66 const std::string& lsid,
73 void StartGetUserInfo(const std::string& lsid,
133 std::string* lsid,
161 // Supply the sid / lsid returned from ClientLogin in order to
164 const std::string& lsid,
166 // Supply the lsid returned from ClientLogin in order to fetch
168 static std::string MakeGetUserInfoBody(const std::string& lsid);
gaia_auth_consumer.h 28 std::string lsid; member in struct:GaiaAuthConsumer::ClientLoginResult
gaia_authenticator.cc 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
    [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;
gaia_auth_fetcher_unittest.cc 69 const std::string& lsid,
79 EXPECT_EQ(lsid, out_lsid);
216 RunParsingTest("SID=sid\nLSID=lsid\nAuth=auth\n", "sid", "lsid", "auth");
217 RunParsingTest("LSID=lsid\nSID=sid\nAuth=auth\n", "sid", "lsid", "auth");
218 RunParsingTest("SID=sid\nLSID=lsid\nAuth=auth", "sid", "lsid", "auth");
220 RunParsingTest("LSID=lsid\nAuth=auth\n", "", "lsid", "auth")
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.h 32 virtual void EnableForUser(const std::string& lsid, const std::string& email);
55 void EnableCloudPrintProxy(const std::string& lsid, const std::string& email);
cloud_print_proxy_service.cc 76 void CloudPrintProxyService::EnableForUser(const std::string& lsid,
80 this, &CloudPrintProxyService::EnableCloudPrintProxy, lsid, email));
155 void CloudPrintProxyService::EnableCloudPrintProxy(const std::string& lsid,
160 process_control->Send(new ServiceMsg_EnableCloudPrintProxy(lsid));
cloud_print_setup_flow.cc 208 lsid_ = credentials.lsid;
214 profile_->GetCloudPrintProxyService()->EnableForUser(credentials.lsid,
  /external/chromium/chrome/browser/net/gaia/
token_service.cc 119 return !credentials_.lsid.empty() && !credentials_.sid.empty();
123 return !credentials_.lsid.empty();
127 return credentials_.lsid;
135 credentials_.lsid,
token_service_unittest.cc 57 credentials_.lsid = "lsid";
111 EXPECT_EQ(service_.GetLsid(), "lsid");
221 std::string result = "SID=sid\nLSID=lsid\nAuth=auth\n";
  /external/valgrind/tsan/
thread_sanitizer.cc 51 // Lock Set ID (LSID) is in range [-kMaxLID+1, -1]
248 class LSID: public ID {
250 explicit LSID(T id) : ID(id) {}
251 LSID() : ID(INT_MAX) {}
853 NOINLINE static LSID Add(LSID lsid, Lock *lock) {
856 if (lsid.IsEmpty()) {
859 return LSID(lid.raw());
862 if (ls_add_cache_->Lookup(lsid.raw(), lid.raw(), &cache_res))
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.cc 98 authenticator_->StartIssueAuthToken(credentials.sid, credentials.lsid,
  /external/chromium/chrome/browser/sync/
signin_manager.cc 106 client_login_->StartGetUserInfo(result.lsid, kGetInfoEmailKey);
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc 104 result.sid, result.lsid, GaiaConstants::kDeviceManagementService);
  /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 138 milliseconds