Searched defs:url_fetcher2 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Doauth2_api_call_flow_unittest.cc191 TestURLFetcher* url_fetcher2 = SetupApiCall(true, net::HTTP_OK); local
192 EXPECT_CALL(*flow_, ProcessApiCallSuccess(url_fetcher2));
196 flow_->OnURLFetchComplete(url_fetcher2);
209 TestURLFetcher* url_fetcher2 = SetupApiCall(false, net::HTTP_UNAUTHORIZED); local
210 EXPECT_CALL(*flow_, ProcessApiCallFailure(url_fetcher2));
214 flow_->OnURLFetchComplete(url_fetcher2);

Completed in 378 milliseconds