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

/external/chromium/net/disk_cache/
H A Dmem_backend_impl.h104 void SubstractStorageSize(int32 bytes);
H A Dmem_backend_impl.cc113 SubstractStorageSize(old_size - new_size);
318 void MemBackendImpl::SubstractStorageSize(int32 bytes) { function in class:disk_cache::MemBackendImpl
H A Dbackend_impl.h313 void SubstractStorageSize(int32 bytes);
H A Dbackend_impl.cc989 SubstractStorageSize(old_size - new_size);
1853 void BackendImpl::SubstractStorageSize(int32 bytes) { function in class:disk_cache::BackendImpl
/external/chromium_org/net/disk_cache/
H A Dmem_backend_impl.h106 void SubstractStorageSize(int32 bytes);
H A Dmem_backend_impl.cc110 SubstractStorageSize(old_size - new_size);
332 void MemBackendImpl::SubstractStorageSize(int32 bytes) { function in class:disk_cache::MemBackendImpl
H A Dbackend_impl.h326 void SubstractStorageSize(int32 bytes);
H A Dbackend_impl.cc879 SubstractStorageSize(old_size - new_size);
1826 void BackendImpl::SubstractStorageSize(int32 bytes) { function in class:disk_cache::BackendImpl
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_impl_v3.h220 void SubstractStorageSize(int32 bytes);
H A Dbackend_impl_v3.cc266 SubstractStorageSize(old_size - new_size);
1123 void BackendImpl::SubstractStorageSize(int32 bytes) { function in class:disk_cache::BackendImpl

Completed in 1905 milliseconds