Searched refs:GetMaxFileSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.h65 int GetMaxFileSize() const;
H A Dsimple_backend_impl.cc249 int SimpleBackendImpl::GetMaxFileSize() const { function in class:disk_cache::SimpleBackendImpl
H A Dsimple_entry_impl.cc405 if (backend_.get() && offset + buf_len > backend_->GetMaxFileSize()) {

Completed in 60 milliseconds