Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:bytes

1466 void BackendImpl::AddStorageSize(int32 bytes) {
1467 data_->header.num_bytes += bytes;
1474 void BackendImpl::SubstractStorageSize(int32 bytes) {
1475 data_->header.num_bytes -= bytes;