Home
last modified time | relevance | path

Searched refs:StartIssueAuthToken (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dgaia_auth_fetcher.h76 void StartIssueAuthToken(const std::string& sid,
Dgaia_auth_fetcher_unittest.cc495 auth.StartIssueAuthToken("sid", "lsid", "service"); in TEST_F()
515 auth.StartIssueAuthToken("sid", "lsid", "service"); in TEST_F()
Dgaia_auth_fetcher.cc515 void GaiaAuthFetcher::StartIssueAuthToken(const std::string& sid, in StartIssueAuthToken() function in GaiaAuthFetcher