Home
last modified time | relevance | path

Searched refs:ScopedTestCache (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/disk_cache/
Ddisk_cache_test_util.h40 class ScopedTestCache {
42 ScopedTestCache();
44 explicit ScopedTestCache(const std::string& name);
45 ~ScopedTestCache();
52 DISALLOW_COPY_AND_ASSIGN(ScopedTestCache);
Ddisk_cache_test_util.cc108 ScopedTestCache::ScopedTestCache() : path_(GetCacheFilePath()) { in ScopedTestCache() function in ScopedTestCache
113 ScopedTestCache::ScopedTestCache(const std::string& name) in ScopedTestCache() function in ScopedTestCache
119 ScopedTestCache::~ScopedTestCache() { in ~ScopedTestCache()
Ddisk_cache_perftest.cc167 ScopedTestCache test_cache; in TEST_F()
222 ScopedTestCache test_cache; in TEST_F()
Dbackend_unittest.cc1923 ScopedTestCache store1; in TEST_F()
1924 ScopedTestCache store2("cache_test2"); in TEST_F()
1925 ScopedTestCache store3("cache_test3"); in TEST_F()