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

  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.h 44 bool have_index,
49 bool have_index,
101 bool have_index() const { return have_index_; } function in class:disk_cache::SimpleEntryOperation
122 bool have_index,
simple_entry_operation.cc 57 bool have_index,
69 have_index,
79 bool have_index,
91 have_index,
247 const bool have_index = false; local
261 have_index,
319 bool have_index,
333 have_index_(have_index),
simple_entry_impl.cc 204 bool have_index = backend_->index()->initialized(); local
213 if (have_index) {
232 this, have_index, callback, out_entry));
244 bool have_index = backend_->index()->initialized(); local
252 this, have_index, CompletionCallback(), static_cast<Entry**>(NULL)));
256 this, have_index, callback, out_entry));
595 OpenEntryInternal(operation->have_index(),
600 CreateEntryInternal(operation->have_index(),
656 void SimpleEntryImpl::OpenEntryInternal(bool have_index,
691 have_index,
    [all...]
simple_entry_impl.h 168 void OpenEntryInternal(bool have_index,
172 void CreateEntryInternal(bool have_index,

Completed in 81 milliseconds