Searched refs:max_bytes_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/disk_cache/
H A Dcache_creator.cc46 int max_bytes_; member in class:__anon8621::CacheCreator
68 max_bytes_(max_bytes),
87 new disk_cache::SimpleBackendImpl(path_, max_bytes_, type_,
96 new_cache->SetMaxSize(max_bytes_);
/external/chromium_org/third_party/libwebp/utils/
H A Dbit_writer.c209 if (bw->max_bytes_ > 0 && size_required <= bw->max_bytes_) return 1;
210 allocated_size = (3 * bw->max_bytes_) >> 1;
222 bw->max_bytes_ = allocated_size;
272 if ((bw->bit_pos_ >> 3) > (bw->max_bytes_ - 8)) {
273 const uint64_t extra_size = 32768ULL + bw->max_bytes_;
H A Dbit_writer.h78 size_t max_bytes_; member in struct:__anon11622
/external/webp/src/utils/
H A Dbit_writer.c209 if (bw->max_bytes_ > 0 && size_required <= bw->max_bytes_) return 1;
210 allocated_size = (3 * bw->max_bytes_) >> 1;
222 bw->max_bytes_ = allocated_size;
272 if ((bw->bit_pos_ >> 3) > (bw->max_bytes_ - 8)) {
273 const uint64_t extra_size = 32768ULL + bw->max_bytes_;
H A Dbit_writer.h78 size_t max_bytes_; member in struct:__anon28017
/external/chromium/net/http/
H A Dhttp_cache.h115 int max_bytes_; member in class:net::HttpCache::DefaultBackend
H A Dhttp_cache.cc75 max_bytes_(max_bytes),
89 DCHECK_GE(max_bytes_, 0);
90 return disk_cache::CreateCacheBackend(type_, path_, max_bytes_, true,
/external/chromium_org/net/http/
H A Dhttp_cache.h119 int max_bytes_; member in class:net::HttpCache::DefaultBackend
H A Dhttp_cache.cc63 max_bytes_(max_bytes),
78 DCHECK_GE(max_bytes_, 0);
82 max_bytes_,
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc194 : path_(path), force_(force), retry_(false), max_bytes_(max_bytes),
214 int max_bytes_; member in class:__anon3026::CacheCreator
229 cache_->SetMaxSize(max_bytes_);

Completed in 197 milliseconds