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

  /external/chromium/net/base/
cache_type.h 14 MEMORY_CACHE, // Data is stored only in memory.
  /external/chromium/net/disk_cache/
backend_impl.cc 297 if (type == net::MEMORY_CACHE) {
821 DCHECK(type != net::MEMORY_CACHE);
    [all...]
backend_unittest.cc 223 rv = disk_cache::CreateCacheBackend(net::MEMORY_CACHE, FilePath(), 0, false,
    [all...]
  /external/chromium/net/http/
http_cache.cc 83 return new DefaultBackend(MEMORY_CACHE, FilePath(), max_bytes, NULL);
    [all...]

Completed in 214 milliseconds