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

  /external/chromium_org/third_party/libwebp/utils/
bit_writer.h 78 size_t max_bytes_; member in struct:__anon14026
  /external/webp/src/utils/
bit_writer.h 78 size_t max_bytes_; member in struct:__anon30390
  /external/chromium_org/net/disk_cache/
cache_creator.cc 46 int max_bytes_; member in class:__anon11027::CacheCreator
68 max_bytes_(max_bytes),
87 new disk_cache::SimpleBackendImpl(path_, max_bytes_, type_,
96 new_cache->SetMaxSize(max_bytes_);
  /external/chromium/net/http/
http_cache.h 115 int max_bytes_; member in class:net::HttpCache::DefaultBackend
  /external/chromium_org/net/http/
http_cache.h 119 int max_bytes_; member in class:net::HttpCache::DefaultBackend
  /external/chromium/net/disk_cache/
backend_impl.cc 194 : path_(path), force_(force), retry_(false), max_bytes_(max_bytes),
214 int max_bytes_; member in class:__anon5432::CacheCreator
229 cache_->SetMaxSize(max_bytes_);
    [all...]

Completed in 106 milliseconds