HomeSort by relevance Sort by last modified time
    Searched refs:AddStorageSize (Results 1 - 10 of 10) sorted by null

  /external/chromium/net/disk_cache/
mem_backend_impl.h 103 void AddStorageSize(int32 bytes);
mem_backend_impl.cc 115 AddStorageSize(new_size - old_size);
310 void MemBackendImpl::AddStorageSize(int32 bytes) {
backend_impl.h 312 void AddStorageSize(int32 bytes);
backend_impl.cc 991 AddStorageSize(new_size - old_size);
    [all...]
  /external/chromium_org/net/disk_cache/
mem_backend_impl.h 105 void AddStorageSize(int32 bytes);
mem_backend_impl.cc 112 AddStorageSize(new_size - old_size);
324 void MemBackendImpl::AddStorageSize(int32 bytes) {
backend_impl.h 325 void AddStorageSize(int32 bytes);
backend_impl.cc 881 AddStorageSize(new_size - old_size);
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 219 void AddStorageSize(int32 bytes);
backend_impl_v3.cc 268 AddStorageSize(new_size - old_size);
1118 void BackendImpl::AddStorageSize(int32 bytes) {
    [all...]

Completed in 183 milliseconds