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

  /external/chromium/net/base/
cache_type.h 16 APP_CACHE // Backing store for an AppCache.
  /external/chromium/net/disk_cache/
histogram_macros.h 113 case net::APP_CACHE:\
backend_unittest.cc 126 SetCacheType(net::APP_CACHE);
186 SetCacheType(net::APP_CACHE);
490 SetCacheType(net::APP_CACHE);
604 SetCacheType(net::APP_CACHE);
630 if (type_ == net::APP_CACHE) {
654 SetCacheType(net::APP_CACHE);
720 SetCacheType(net::APP_CACHE);
903 SetCacheType(net::APP_CACHE);
939 if (type_ == net::APP_CACHE) {
966 SetCacheType(net::APP_CACHE);
    [all...]
backend_impl.cc 495 if (cache_type() == net::APP_CACHE) {
590 DCHECK_NE(net::APP_CACHE, cache_type_);
628 DCHECK_NE(net::APP_CACHE, cache_type_);
    [all...]
entry_unittest.cc 572 if (type_ == net::APP_CACHE) {
585 if (type_ == net::APP_CACHE) {
607 SetCacheType(net::APP_CACHE);
    [all...]

Completed in 1280 milliseconds