Searched defs:have_index (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_operation.cc57 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),
55 OpenOperation( SimpleEntryImpl* entry, bool have_index, const CompletionCallback& callback, Entry** out_entry) argument
77 CreateOperation( SimpleEntryImpl* entry, bool have_index, const CompletionCallback& callback, Entry** out_entry) argument
310 SimpleEntryOperation(SimpleEntryImpl* entry, net::IOBuffer* buf, const CompletionCallback& callback, Entry** out_entry, int offset, int64 sparse_offset, int length, int64* out_start, EntryOperationType type, bool have_index, int index, bool truncate, bool optimistic, bool alone_in_queue) argument
H A Dsimple_entry_operation.h44 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,
H A Dsimple_entry_impl.cc204 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, argument
691 have_index,
703 CreateEntryInternal(bool have_index, const CompletionCallback& callback, Entry** out_entry) argument
[all...]

Completed in 131 milliseconds