/external/chromium/chrome/common/net/gaia/ |
D | gaia_auth_fetcher.cc | 179 const std::string& lsid, in MakeIssueAuthTokenBody() argument 182 std::string encoded_lsid = UrlEncodeString(lsid); in MakeIssueAuthTokenBody() 197 std::string GaiaAuthFetcher::MakeGetUserInfoBody(const std::string& lsid) { in MakeGetUserInfoBody() argument 198 std::string encoded_lsid = UrlEncodeString(lsid); in MakeGetUserInfoBody() 206 std::string* lsid, in ParseClientLoginResponse() argument 219 lsid->assign(i->second); in ParseClientLoginResponse() 283 const std::string& lsid, in StartIssueAuthToken() argument 290 request_body_ = MakeIssueAuthTokenBody(sid, lsid, service); in StartIssueAuthToken() 299 void GaiaAuthFetcher::StartGetUserInfo(const std::string& lsid, in StartGetUserInfo() argument 303 VLOG(1) << "Starting GetUserInfo for lsid=" << lsid; in StartGetUserInfo() [all …]
|
D | gaia_auth_consumer.cc | 17 lsid(new_lsid), in ClientLoginResult() 27 lsid == b.lsid && in operator ==()
|
D | gaia_auth_fetcher.h | 66 const std::string& lsid, 73 void StartGetUserInfo(const std::string& lsid, 133 std::string* lsid, 164 const std::string& lsid, 168 static std::string MakeGetUserInfoBody(const std::string& lsid);
|
D | gaia_authenticator.cc | 86 bool GaiaAuthenticator::AuthenticateWithLsid(const string& lsid) { in AuthenticateWithLsid() argument 87 auth_results_.lsid = lsid; in AuthenticateWithLsid() 218 post_body += EscapeUrlEncodedData(results->lsid); in LookupEmail() 268 post_body += EscapeUrlEncodedData(results->lsid); in IssueAuthToken() 309 results->lsid = i->second; in ExtractTokensFrom()
|
D | gaia_authenticator.h | 119 bool AuthenticateWithLsid(const std::string& lsid); 142 std::string lsid; member 222 inline std::string lsid() const { in lsid() function 224 return auth_results_.lsid; in lsid()
|
D | gaia_auth_consumer.h | 28 std::string lsid; member
|
D | gaia_auth_fetcher_unittest.cc | 69 const std::string& lsid, in RunParsingTest() argument 79 EXPECT_EQ(lsid, out_lsid); in RunParsingTest() 245 result.lsid = "lsid"; in TEST_F()
|
/external/chromium/chrome/browser/printing/cloud_print/ |
D | cloud_print_proxy_service.cc | 76 void CloudPrintProxyService::EnableForUser(const std::string& lsid, in EnableForUser() argument 80 this, &CloudPrintProxyService::EnableCloudPrintProxy, lsid, email)); in EnableForUser() 155 void CloudPrintProxyService::EnableCloudPrintProxy(const std::string& lsid, in EnableCloudPrintProxy() argument 160 process_control->Send(new ServiceMsg_EnableCloudPrintProxy(lsid)); in EnableCloudPrintProxy()
|
D | 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);
|
D | cloud_print_setup_flow.cc | 208 lsid_ = credentials.lsid; in OnClientLoginSuccess() 214 profile_->GetCloudPrintProxyService()->EnableForUser(credentials.lsid, in OnClientLoginSuccess()
|
/external/chromium/chrome/browser/net/gaia/ |
D | token_service.cc | 119 return !credentials_.lsid.empty() && !credentials_.sid.empty(); in AreCredentialsValid() 123 return !credentials_.lsid.empty(); in HasLsid() 127 return credentials_.lsid; in GetLsid() 135 credentials_.lsid, in StartFetchingTokens()
|
D | token_service_unittest.cc | 57 credentials_.lsid = "lsid"; in SetUp()
|
/external/valgrind/tsan/ |
D | thread_sanitizer.cc | 853 NOINLINE static LSID Add(LSID lsid, Lock *lock) { in Add() argument 856 if (lsid.IsEmpty()) { in Add() 862 if (ls_add_cache_->Lookup(lsid.raw(), lid.raw(), &cache_res)) { in Add() 867 if (lsid.IsSingleton()) { in Add() 868 LSSet set(lsid.GetSingleton(), lid); in Add() 872 LSSet set(Get(lsid), lid); in Add() 876 ls_add_cache_->Insert(lsid.raw(), lid.raw(), res.raw()); in Add() 882 NOINLINE static bool Remove(LSID lsid, Lock *lock, LSID *new_lsid) { in Remove() argument 883 *new_lsid = lsid; in Remove() 884 if (lsid.IsEmpty()) return false; in Remove() [all …]
|
/external/chromium/chrome/browser/sync/ |
D | signin_manager.cc | 106 client_login_->StartGetUserInfo(result.lsid, kGetInfoEmailKey); in OnClientLoginSuccess()
|
/external/chromium/chrome/browser/remoting/ |
D | setup_flow_login_step.cc | 98 authenticator_->StartIssueAuthToken(credentials.sid, credentials.lsid, in OnClientLoginSuccess()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | enterprise_enrollment_screen.cc | 104 result.sid, result.lsid, GaiaConstants::kDeviceManagementService); in OnClientLoginSuccess()
|
/external/chromium/chrome/browser/sync/glue/ |
D | sync_backend_host.h | 315 std::string lsid; member
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 24708 http://www.anrcoins.com/auctionlots.aspx?lsid=AN00000533
|