Lines Matching refs:AnyHttpFetcherTest
187 class AnyHttpFetcherTest { class
189 AnyHttpFetcherTest() {} in AnyHttpFetcherTest() function in chromeos_update_engine::AnyHttpFetcherTest
190 virtual ~AnyHttpFetcherTest() {} in ~AnyHttpFetcherTest()
225 class MockHttpFetcherTest : public AnyHttpFetcherTest {
228 using AnyHttpFetcherTest::NewLargeFetcher;
236 using AnyHttpFetcherTest::NewSmallFetcher;
249 class LibcurlHttpFetcherTest : public AnyHttpFetcherTest {
252 using AnyHttpFetcherTest::NewLargeFetcher;
264 using AnyHttpFetcherTest::NewSmallFetcher;
295 using AnyHttpFetcherTest::NewLargeFetcher;
309 using AnyHttpFetcherTest::NewSmallFetcher;
317 class FileFetcherTest : public AnyHttpFetcherTest {
320 using AnyHttpFetcherTest::NewLargeFetcher;
326 using AnyHttpFetcherTest::NewSmallFetcher;
369 using AnyHttpFetcherTest::NewLargeFetcher;
383 using AnyHttpFetcherTest::NewSmallFetcher;
416 AnyHttpFetcherTest* b = a; in TypeConstraint()
1401 void BlockedTransferTestHelper(AnyHttpFetcherTest* fetcher_test, in BlockedTransferTestHelper()