Searched refs:lsid (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_consumer.cc17 lsid(new_lsid),
27 lsid == b.lsid &&
H A Dgaia_auth_fetcher.h72 // |sid| and |lsid| and the |service|.
77 const std::string& lsid,
138 // Start a request to get user info for the account identified by |lsid|.
142 void StartGetUserInfo(const std::string& lsid);
316 std::string* lsid,
345 // Supply the sid / lsid returned from ClientLogin in order to
348 const std::string& lsid,
356 // Supply the lsid returned from ClientLogin in order to fetch
358 static std::string MakeGetUserInfoBody(const std::string& lsid);
H A Dgaia_auth_fetcher.cc288 const std::string& lsid,
291 std::string encoded_lsid = net::EscapeUrlEncodedData(lsid, true);
346 std::string GaiaAuthFetcher::MakeGetUserInfoBody(const std::string& lsid) { argument
347 std::string encoded_lsid = net::EscapeUrlEncodedData(lsid, true);
384 std::string* lsid,
390 lsid->clear();
399 lsid->assign(i->second);
406 if (sid->empty() && lsid->empty() && token->empty())
516 const std::string& lsid,
522 request_body_ = MakeIssueAuthTokenBody(sid, lsid, servic
286 MakeIssueAuthTokenBody( const std::string& sid, const std::string& lsid, const char* const service) argument
382 ParseClientLoginResponse(const std::string& data, std::string* sid, std::string* lsid, std::string* token) argument
515 StartIssueAuthToken(const std::string& sid, const std::string& lsid, const char* const service) argument
620 StartGetUserInfo(const std::string& lsid) argument
775 std::string lsid; local
909 std::string lsid; local
[all...]
H A Dgaia_auth_consumer.h35 std::string lsid; member in struct:GaiaAuthConsumer::ClientLoginResult
H A Dgaia_auth_fetcher_unittest.cc109 const std::string& lsid,
119 EXPECT_EQ(lsid, out_lsid);
281 RunParsingTest("SID=sid\nLSID=lsid\nAuth=auth\n", "sid", "lsid", "auth");
282 RunParsingTest("LSID=lsid\nSID=sid\nAuth=auth\n", "sid", "lsid", "auth");
283 RunParsingTest("SID=sid\nLSID=lsid\nAuth=auth", "sid", "lsid", "auth");
285 RunParsingTest("LSID=lsid\nAuth=auth\n", std::string(), "lsid", "aut
107 RunParsingTest(const std::string& data, const std::string& sid, const std::string& lsid, const std::string& token) argument
[all...]
/external/chromium_org/components/signin/core/browser/
H A Dsignin_oauth_helper.cc39 gaia_auth_fetcher_.StartGetUserInfo(result.lsid);
H A Daccount_service_flag_fetcher.cc92 gaia_auth_fetcher_.StartGetUserInfo(result.lsid);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.h58 std::string lsid; member in struct:browser_sync::DoInitializeOptions
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 85 milliseconds