HomeSort by relevance Sort by last modified time
    Searched refs:ScopedTestCache (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/disk_cache/
disk_cache_test_util.h 40 class ScopedTestCache {
42 ScopedTestCache();
44 explicit ScopedTestCache(const std::string& name);
45 ~ScopedTestCache();
52 DISALLOW_COPY_AND_ASSIGN(ScopedTestCache);
disk_cache_test_util.cc 108 ScopedTestCache::ScopedTestCache() : path_(GetCacheFilePath()) {
113 ScopedTestCache::ScopedTestCache(const std::string& name)
119 ScopedTestCache::~ScopedTestCache() {
disk_cache_perftest.cc 167 ScopedTestCache test_cache;
222 ScopedTestCache test_cache;
backend_unittest.cc     [all...]

Completed in 305 milliseconds