Home | History | Annotate | Download | only in disk_cache

Lines Matching full:sparse

862   scoped_ptr<SparseControl> sparse;
863 sparse.reset(new SparseControl(const_cast<EntryImpl*>(this)));
864 return sparse->CouldBeSparse();
888 // Save the sparse info to disk. This will generate IO for this entry and
1420 scoped_ptr<SparseControl> sparse(new SparseControl(this));
1421 int result = sparse->Init();
1423 sparse_.swap(sparse);