Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:SparseControl

144     disk_cache::SparseControl::SparseOperation operation) {
146 case disk_cache::SparseControl::kReadOperation:
148 case disk_cache::SparseControl::kWriteOperation:
150 case disk_cache::SparseControl::kGetRangeOperation:
161 disk_cache::SparseControl::SparseOperation operation,
166 case disk_cache::SparseControl::kReadOperation:
169 case disk_cache::SparseControl::kWriteOperation:
172 case disk_cache::SparseControl::kGetRangeOperation:
186 SparseControl::SparseControl(EntryImpl* entry)
193 child_callback_(this, &SparseControl::OnChildIOCompleted)),
197 SparseControl::~SparseControl() {
204 int SparseControl::Init() {
225 bool SparseControl::CouldBeSparse() const {
235 int SparseControl::StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf,
285 int SparseControl::GetAvailableRange(int64 offset, int len, int64* start) {
305 void SparseControl::CancelIO() {
311 int SparseControl::ReadyToUse(net::CompletionCallback* completion_callback) {
324 void SparseControl::DeleteChildren(EntryImpl* entry) {
359 int SparseControl::CreateSparseEntry() {
385 int SparseControl::OpenSparseEntry(int data_len) {
428 bool SparseControl::OpenChild() {
475 void SparseControl::CloseChild() {
488 std::string SparseControl::GenerateChildKey() {
494 bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) {
507 bool SparseControl::ContinueWithoutChild(const std::string& key) {
524 bool SparseControl::ChildPresent() {
532 void SparseControl::SetChildBit(bool value) {
542 void SparseControl::WriteSparseData() {
554 bool SparseControl::VerifyRange() {
590 void SparseControl::UpdateRange(int result) {
627 int SparseControl::PartialBlockLength(int block_index) const {
640 void SparseControl::InitChildData() {
658 void SparseControl::DoChildrenIO() {
680 bool SparseControl::DoChildIO() {
744 int SparseControl::DoGetAvailableRange() {
791 void SparseControl::DoChildIOCompleted(int result) {
810 void SparseControl::OnChildIOCompleted(int result) {
831 void SparseControl::DoUserCallback() {
842 void SparseControl::DoAbortCallbacks() {