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

  /external/chromium/net/disk_cache/
sparse_control.cc 142 if (child_)
359 if (child_) {
361 if (key == child_->GetKey())
368 if (!child_present || !entry_->backend_->OpenEntry(key, &child_))
371 EntryImpl* child = static_cast<EntryImpl*>(child_);
381 int rv = child_->ReadData(kSparseIndex, 0, buf, sizeof(child_data_), NULL);
404 int rv = child_->WriteData(kSparseIndex, 0, buf, sizeof(child_data_),
408 child_->Close();
409 child_ = NULL;
420 child_->Doom()
    [all...]
sparse_control.h 43 : entry_(entry), child_(NULL), operation_(kNoOperation), init_(false),
149 Entry* child_; // The current child entry. member in class:disk_cache::SparseControl
159 SparseData child_data_; // Parent and allocation map of child_.

Completed in 80 milliseconds