/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_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...] |
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_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_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...] |
/development/apps/Development/res/values/ |
arrays.xml | 21 <item>LSID</item>
|
/external/chromium/chrome/browser/chromeos/login/ |
cookie_fetcher.h | 20 // Given a SID/LSID pair, this class will attempt to turn them into a 40 // Given a newline-delineated SID/LSID pair of Google cookies (like
|
cookie_fetcher_unittest.cc | 32 client_login_data_("SID n' LSID"),
|
enterprise_enrollment_screen.cc | 104 result.sid, result.lsid, GaiaConstants::kDeviceManagementService);
|
parallel_authenticator_unittest.cc | 623 GaiaAuthConsumer::ClientLoginResult success("sid", "lsid", "", "");
|
/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,
|
/packages/apps/Browser/src/com/android/browser/ |
GoogleAccountLogin.java | 65 // SID and LSID retrieval process. 68 private int mState; // {NONE(0), SID(1), LSID(2)} 109 .appendQueryParameter("LSID", mLsid) 195 mState = 2; // LSID 197 mAccount, "LSID", null, mActivity, this, null);
|
/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/common/ |
service_messages.h | 25 // Tell the service process to enable the cloud proxy passing in the lsid 28 std::string /* 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.h | 8 // LSID. Whenever such credentials are available, the TokenService should be 120 // the LSID out directly. Deprecated. 123 // Did we get a proper 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/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);
|
signin_manager_unittest.cc | 40 "SID=sid\nLSID=lsid\nAuth=auth");
|
/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
|