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 38 class ScopedTestCache {
40 ScopedTestCache();
41 ScopedTestCache(const std::string& name); // Use a specific folder name.
42 ~ScopedTestCache();
49 DISALLOW_COPY_AND_ASSIGN(ScopedTestCache);
disk_cache_test_util.cc 91 ScopedTestCache::ScopedTestCache() : path_(GetCacheFilePath()) {
96 ScopedTestCache::ScopedTestCache(const std::string& name)
102 ScopedTestCache::~ScopedTestCache() {
disk_cache_perftest.cc 157 ScopedTestCache test_cache;
208 ScopedTestCache test_cache;
backend_unittest.cc     [all...]

Completed in 40 milliseconds