Searched refs:alone_in_queue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_operation.h59 bool alone_in_queue);
110 bool alone_in_queue() const { return alone_in_queue_; } function in class:disk_cache::SimpleEntryOperation
126 bool alone_in_queue);
H A Dsimple_entry_operation.cc125 bool alone_in_queue) {
139 alone_in_queue);
251 const bool alone_in_queue = false; local
265 alone_in_queue);
323 bool alone_in_queue)
337 alone_in_queue_(alone_in_queue) {
118 ReadOperation( SimpleEntryImpl* entry, int index, int offset, int length, net::IOBuffer* buf, const CompletionCallback& callback, bool alone_in_queue) 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_impl.cc381 bool alone_in_queue = local
384 this, stream_index, offset, buf_len, buf, callback, alone_in_queue));
1400 if (operation.alone_in_queue()) {

Completed in 237 milliseconds