HomeSort by relevance Sort by last modified time
    Searched defs:backend_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc 274 const net::BackendType backend_type = net::CACHE_BACKEND_SIMPLE; local
276 const net::BackendType backend_type = net::CACHE_BACKEND_DEFAULT; local
279 cache_type, backend_type, cache_directory, cache_size,
  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 64 const net::BackendType backend_type; member in struct:disk_cache::__anon12256::CacheSpec
69 CacheSpec(net::BackendType backend_type,
72 : backend_type(backend_type),
99 spec.cache_type, spec.backend_type, spec.path, 0, false,
111 if (spec.backend_type == net::CACHE_BACKEND_SIMPLE) {
249 << " with <cache_spec>=<backend_type>:<cache_type>:<cache_path>"
251 << " <backend_type>='block_file'|'simple'" << std::endl

Completed in 920 milliseconds