Searched defs:SubstractStorageSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.cc111 SubstractStorageSize(old_size - new_size);
340 void MemBackendImpl::SubstractStorageSize(int32 bytes) { function in class:disk_cache::MemBackendImpl
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc191 SubstractStorageSize(old_size - new_size);
972 void BackendImplV3::SubstractStorageSize(int32 bytes) { function in class:disk_cache::BackendImplV3
H A Dbackend_impl.cc906 SubstractStorageSize(old_size - new_size);
1791 void BackendImpl::SubstractStorageSize(int32 bytes) { function in class:disk_cache::BackendImpl

Completed in 1195 milliseconds