Searched refs:MaxFileSize (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/disk_cache/
H A Dmem_backend_impl.h54 int MaxFileSize() const;
H A Dbackend_impl.h150 int MaxFileSize() const;
H A Dmem_backend_impl.cc118 int MemBackendImpl::MaxFileSize() const { function in class:disk_cache::MemBackendImpl
H A Dmem_entry_impl.cc304 int max_file_size = backend_->MaxFileSize();
H A Dentry_impl.cc1012 int max_file_size = backend_->MaxFileSize();
1115 if (size > backend_->MaxFileSize())
H A Dbackend_impl.cc981 int BackendImpl::MaxFileSize() const { function in class:disk_cache::BackendImpl

Completed in 196 milliseconds