Searched defs:lsid (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/common/net/gaia/ |
D | gaia_auth_fetcher.cc | 179 const std::string& lsid, in MakeIssueAuthTokenBody() 197 std::string GaiaAuthFetcher::MakeGetUserInfoBody(const std::string& lsid) { in MakeGetUserInfoBody() 206 std::string* lsid, in ParseClientLoginResponse() 283 const std::string& lsid, in StartIssueAuthToken() 299 void GaiaAuthFetcher::StartGetUserInfo(const std::string& lsid, in StartGetUserInfo() 372 std::string lsid; in OnClientLoginFetched() local
|
D | gaia_auth_consumer.h | 28 std::string lsid; member
|
D | gaia_authenticator.h | 142 std::string lsid; member 222 inline std::string lsid() const { in lsid() function
|
D | gaia_authenticator.cc | 86 bool GaiaAuthenticator::AuthenticateWithLsid(const string& lsid) { in AuthenticateWithLsid()
|
D | gaia_auth_fetcher_unittest.cc | 69 const std::string& lsid, in RunParsingTest()
|
/external/chromium/chrome/browser/printing/cloud_print/ |
D | cloud_print_proxy_service.cc | 76 void CloudPrintProxyService::EnableForUser(const std::string& lsid, in EnableForUser() 155 void CloudPrintProxyService::EnableCloudPrintProxy(const std::string& lsid, in EnableCloudPrintProxy()
|
/external/chromium/chrome/browser/sync/glue/ |
D | sync_backend_host.h | 315 std::string lsid; member
|
/external/valgrind/tsan/ |
D | thread_sanitizer.cc | 853 NOINLINE static LSID Add(LSID lsid, Lock *lock) { in Add() 882 NOINLINE static bool Remove(LSID lsid, Lock *lock, LSID *new_lsid) { in Remove() 961 static bool HasNonPhbLocks(LSID lsid) { in HasNonPhbLocks() 974 static string ToString(LSID lsid) { in ToString() 990 static void ReportLockSetWithContexts(LSID lsid, in ReportLockSetWithContexts() 1011 static void AddLocksToSet(LSID lsid, set<LID> *locks) { in AddLocksToSet() 1039 static LSSet &Get(LSID lsid) { in Get() 1716 LSID lsid(bool is_w) const { return lsid_[is_w]; } in lsid() function in Segment 4140 LSID lsid[2]; member 4627 LSID lsid(bool is_w) { in lsid() function [all …]
|