Searched refs:executing_operation_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.cc652 executing_operation_.swap(operation);
653 executing_operation_->ReleaseReferences();
1386 if (!executing_operation_)
1402 } else if (executing_operation_->type() == SimpleEntryOperation::TYPE_READ) {
1404 } else if (executing_operation_->type() == SimpleEntryOperation::TYPE_WRITE) {
1405 if (executing_operation_->ConflictsWith(operation))
1417 if (!executing_operation_)
1435 } else if (executing_operation_->type() == SimpleEntryOperation::TYPE_READ ||
1436 executing_operation_->type() == SimpleEntryOperation::TYPE_WRITE) {
1437 bool conflicting = executing_operation_
[all...]
H A Dsimple_entry_impl.h352 // entries. It's owned by this SimpleEntryImpl whenever |executing_operation_|
363 scoped_ptr<SimpleEntryOperation> executing_operation_; member in class:disk_cache::SimpleEntryImpl

Completed in 47 milliseconds