Searched refs:have_index (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/net/disk_cache/simple/ |
D | simple_entry_operation.cc | 57 bool have_index, in OpenOperation() argument 69 have_index, in OpenOperation() 79 bool have_index, in CreateOperation() argument 91 have_index, in CreateOperation() 247 const bool have_index = false; in DoomOperation() local 261 have_index, in DoomOperation() 319 bool have_index, in SimpleEntryOperation() argument 333 have_index_(have_index), in SimpleEntryOperation()
|
D | simple_entry_operation.h | 44 bool have_index, 49 bool have_index, 101 bool have_index() const { return have_index_; } in have_index() function 122 bool have_index,
|
D | simple_entry_impl.cc | 213 bool have_index = backend_->index()->initialized(); in OpenEntry() local 222 if (have_index) { in OpenEntry() 241 this, have_index, callback, out_entry)); in OpenEntry() 253 bool have_index = backend_->index()->initialized(); in CreateEntry() local 261 this, have_index, CompletionCallback(), static_cast<Entry**>(NULL))); in CreateEntry() 265 this, have_index, callback, out_entry)); in CreateEntry() 597 OpenEntryInternal(operation->have_index(), in RunNextOperationIfNeeded() 602 CreateEntryInternal(operation->have_index(), in RunNextOperationIfNeeded() 658 void SimpleEntryImpl::OpenEntryInternal(bool have_index, in OpenEntryInternal() argument 693 have_index, in OpenEntryInternal() [all …]
|
D | simple_entry_impl.h | 173 void OpenEntryInternal(bool have_index, 177 void CreateEntryInternal(bool have_index,
|