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

/external/chromium_org/google_apis/gaia/
H A Doauth2_access_token_fetcher_impl_unittest.cc95 virtual TestURLFetcher* SetupGetAccessToken(bool fetch_succeeds, function in class:OAuth2AccessTokenFetcherImplTest
126 TestURLFetcher* url_fetcher = SetupGetAccessToken(false, 0, std::string());
135 SetupGetAccessToken(true, net::HTTP_FORBIDDEN, std::string());
143 SetupGetAccessToken(true, net::HTTP_OK, kValidTokenResponse);

Completed in 224 milliseconds