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

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

Completed in 99 milliseconds