Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:SparseControl

359   result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len,
373 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf,
474 SparseControl::DeleteChildren(this);
862 scoped_ptr<SparseControl> sparse;
863 sparse.reset(new SparseControl(const_cast<EntryImpl*>(this)));
1420 scoped_ptr<SparseControl> sparse(new SparseControl(this));