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

/external/chromium/net/http/
H A Dhttp_cache_unittest.cc548 class MockHttpCache { class in namespace:__anon3079
550 MockHttpCache() function in class:__anon3079::MockHttpCache
554 explicit MockHttpCache(net::HttpCache::BackendFactory* disk_cache_factory) function in class:__anon3079::MockHttpCache
693 explicit DeleteCacheCompletionCallback(MockHttpCache* cache)
702 MockHttpCache* cache_;
984 void CreateTruncatedEntry(std::string raw_headers, MockHttpCache* cache) {
998 EXPECT_TRUE(MockHttpCache::WriteResponseInfo(entry, &response, true, true));
1042 MockHttpCache cache;
1051 MockHttpCache cache(net::HttpCache::DefaultBackend::InMemory(0));
1061 MockHttpCache cach
[all...]

Completed in 73 milliseconds