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

/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.h54 int MaxFileSize() const;
H A Dmem_backend_impl.cc116 int MemBackendImpl::MaxFileSize() const { function in class:disk_cache::MemBackendImpl
H A Dmem_entry_impl.cc315 int max_file_size = backend_->MaxFileSize();
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.h92 int MaxFileSize() const;
H A Dbackend_impl.h154 int MaxFileSize() const;
H A Dentry_impl_v3.cc872 int max_file_size = backend_->MaxFileSize();
982 if (size > backend_->MaxFileSize())
H A Dentry_impl.cc1074 int max_file_size = backend_->MaxFileSize();
1184 if (size > backend_->MaxFileSize())
H A Dbackend_impl_v3.cc183 int BackendImplV3::MaxFileSize() const { function in class:disk_cache::BackendImplV3
H A Dbackend_impl.cc898 int BackendImpl::MaxFileSize() const { function in class:disk_cache::BackendImpl

Completed in 4855 milliseconds