SimpleEntryOperation 231 net/disk_cache/simple/simple_entry_impl.cc pending_operations_.push(SimpleEntryOperation::OpenOperation( SimpleEntryOperation 251 net/disk_cache/simple/simple_entry_impl.cc pending_operations_.push(SimpleEntryOperation::CreateOperation( SimpleEntryOperation 255 net/disk_cache/simple/simple_entry_impl.cc pending_operations_.push(SimpleEntryOperation::CreateOperation( SimpleEntryOperation 280 net/disk_cache/simple/simple_entry_impl.cc pending_operations_.push(SimpleEntryOperation::DoomOperation(this, callback)); SimpleEntryOperation 307 net/disk_cache/simple/simple_entry_impl.cc pending_operations_.push(SimpleEntryOperation::CloseOperation(this)); SimpleEntryOperation 374 net/disk_cache/simple/simple_entry_impl.cc pending_operations_.push(SimpleEntryOperation::ReadOperation( SimpleEntryOperation 455 net/disk_cache/simple/simple_entry_impl.cc pending_operations_.push(SimpleEntryOperation::WriteOperation(this, SimpleEntryOperation 473 net/disk_cache/simple/simple_entry_impl.cc pending_operations_.push(SimpleEntryOperation::ReadSparseOperation( SimpleEntryOperation 485 net/disk_cache/simple/simple_entry_impl.cc pending_operations_.push(SimpleEntryOperation::WriteSparseOperation( SimpleEntryOperation 497 net/disk_cache/simple/simple_entry_impl.cc pending_operations_.push(SimpleEntryOperation::GetAvailableRangeOperation( SimpleEntryOperation 590 net/disk_cache/simple/simple_entry_impl.cc scoped_ptr<SimpleEntryOperation> operation( SimpleEntryOperation 591 net/disk_cache/simple/simple_entry_impl.cc new SimpleEntryOperation(pending_operations_.front())); SimpleEntryOperation 594 net/disk_cache/simple/simple_entry_impl.cc case SimpleEntryOperation::TYPE_OPEN: SimpleEntryOperation 599 net/disk_cache/simple/simple_entry_impl.cc case SimpleEntryOperation::TYPE_CREATE: SimpleEntryOperation 604 net/disk_cache/simple/simple_entry_impl.cc case SimpleEntryOperation::TYPE_CLOSE: SimpleEntryOperation 607 net/disk_cache/simple/simple_entry_impl.cc case SimpleEntryOperation::TYPE_READ: SimpleEntryOperation 615 net/disk_cache/simple/simple_entry_impl.cc case SimpleEntryOperation::TYPE_WRITE: SimpleEntryOperation 624 net/disk_cache/simple/simple_entry_impl.cc case SimpleEntryOperation::TYPE_READ_SPARSE: SimpleEntryOperation 630 net/disk_cache/simple/simple_entry_impl.cc case SimpleEntryOperation::TYPE_WRITE_SPARSE: SimpleEntryOperation 636 net/disk_cache/simple/simple_entry_impl.cc case SimpleEntryOperation::TYPE_GET_AVAILABLE_RANGE: SimpleEntryOperation 642 net/disk_cache/simple/simple_entry_impl.cc case SimpleEntryOperation::TYPE_DOOM: SimpleEntryOperation 1380 net/disk_cache/simple/simple_entry_impl.cc const SimpleEntryOperation& operation) const { SimpleEntryOperation 1397 net/disk_cache/simple/simple_entry_impl.cc } else if (executing_operation_->type() == SimpleEntryOperation::TYPE_READ) { SimpleEntryOperation 1399 net/disk_cache/simple/simple_entry_impl.cc } else if (executing_operation_->type() == SimpleEntryOperation::TYPE_WRITE) { SimpleEntryOperation 1411 net/disk_cache/simple/simple_entry_impl.cc const SimpleEntryOperation& operation) const { SimpleEntryOperation 1430 net/disk_cache/simple/simple_entry_impl.cc } else if (executing_operation_->type() == SimpleEntryOperation::TYPE_READ || SimpleEntryOperation 1431 net/disk_cache/simple/simple_entry_impl.cc executing_operation_->type() == SimpleEntryOperation::TYPE_WRITE) { SimpleEntryOperation 1434 net/disk_cache/simple/simple_entry_impl.cc if (executing_operation_->type() == SimpleEntryOperation::TYPE_READ) { SimpleEntryOperation 280 net/disk_cache/simple/simple_entry_impl.h void RecordReadIsParallelizable(const SimpleEntryOperation& operation) const; SimpleEntryOperation 281 net/disk_cache/simple/simple_entry_impl.h void RecordWriteDependencyType(const SimpleEntryOperation& operation) const; SimpleEntryOperation 352 net/disk_cache/simple/simple_entry_impl.h std::queue<SimpleEntryOperation> pending_operations_; SimpleEntryOperation 356 net/disk_cache/simple/simple_entry_impl.h scoped_ptr<SimpleEntryOperation> executing_operation_; SimpleEntryOperation 17 net/disk_cache/simple/simple_entry_operation.cc return type == SimpleEntryOperation::TYPE_READ || SimpleEntryOperation 18 net/disk_cache/simple/simple_entry_operation.cc type == SimpleEntryOperation::TYPE_WRITE || SimpleEntryOperation 19 net/disk_cache/simple/simple_entry_operation.cc type == SimpleEntryOperation::TYPE_READ_SPARSE || SimpleEntryOperation 20 net/disk_cache/simple/simple_entry_operation.cc type == SimpleEntryOperation::TYPE_WRITE_SPARSE; SimpleEntryOperation 24 net/disk_cache/simple/simple_entry_operation.cc return type == SimpleEntryOperation::TYPE_READ || SimpleEntryOperation 25 net/disk_cache/simple/simple_entry_operation.cc type == SimpleEntryOperation::TYPE_READ_SPARSE; SimpleEntryOperation 29 net/disk_cache/simple/simple_entry_operation.cc return type == SimpleEntryOperation::TYPE_READ_SPARSE || SimpleEntryOperation 30 net/disk_cache/simple/simple_entry_operation.cc type == SimpleEntryOperation::TYPE_WRITE_SPARSE; SimpleEntryOperation 35 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation::SimpleEntryOperation(const SimpleEntryOperation& other) SimpleEntryOperation 52 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation::~SimpleEntryOperation() {} SimpleEntryOperation 55 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation SimpleEntryOperation::OpenOperation( SimpleEntryOperation 60 net/disk_cache/simple/simple_entry_operation.cc return SimpleEntryOperation(entry, SimpleEntryOperation 77 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation SimpleEntryOperation::CreateOperation( SimpleEntryOperation 82 net/disk_cache/simple/simple_entry_operation.cc return SimpleEntryOperation(entry, SimpleEntryOperation 99 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation SimpleEntryOperation::CloseOperation( SimpleEntryOperation 101 net/disk_cache/simple/simple_entry_operation.cc return SimpleEntryOperation(entry, SimpleEntryOperation 118 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation SimpleEntryOperation::ReadOperation( SimpleEntryOperation 126 net/disk_cache/simple/simple_entry_operation.cc return SimpleEntryOperation(entry, SimpleEntryOperation 143 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation SimpleEntryOperation::WriteOperation( SimpleEntryOperation 152 net/disk_cache/simple/simple_entry_operation.cc return SimpleEntryOperation(entry, SimpleEntryOperation 169 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation SimpleEntryOperation::ReadSparseOperation( SimpleEntryOperation 175 net/disk_cache/simple/simple_entry_operation.cc return SimpleEntryOperation(entry, SimpleEntryOperation 192 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation SimpleEntryOperation::WriteSparseOperation( SimpleEntryOperation 198 net/disk_cache/simple/simple_entry_operation.cc return SimpleEntryOperation(entry, SimpleEntryOperation 215 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation SimpleEntryOperation::GetAvailableRangeOperation( SimpleEntryOperation 221 net/disk_cache/simple/simple_entry_operation.cc return SimpleEntryOperation(entry, SimpleEntryOperation 238 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation SimpleEntryOperation::DoomOperation( SimpleEntryOperation 252 net/disk_cache/simple/simple_entry_operation.cc return SimpleEntryOperation(entry, SimpleEntryOperation 268 net/disk_cache/simple/simple_entry_operation.cc bool SimpleEntryOperation::ConflictsWith( SimpleEntryOperation 269 net/disk_cache/simple/simple_entry_operation.cc const SimpleEntryOperation& other_op) const { SimpleEntryOperation 304 net/disk_cache/simple/simple_entry_operation.cc void SimpleEntryOperation::ReleaseReferences() { SimpleEntryOperation 310 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation::SimpleEntryOperation(SimpleEntryImpl* entry, SimpleEntryOperation 24 net/disk_cache/simple/simple_entry_operation.h class SimpleEntryOperation { SimpleEntryOperation 40 net/disk_cache/simple/simple_entry_operation.h SimpleEntryOperation(const SimpleEntryOperation& other); SimpleEntryOperation 41 net/disk_cache/simple/simple_entry_operation.h ~SimpleEntryOperation(); SimpleEntryOperation 43 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation OpenOperation(SimpleEntryImpl* entry, SimpleEntryOperation 47 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation CreateOperation( SimpleEntryOperation 52 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation CloseOperation(SimpleEntryImpl* entry); SimpleEntryOperation 53 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation ReadOperation(SimpleEntryImpl* entry, SimpleEntryOperation 60 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation WriteOperation( SimpleEntryOperation 69 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation ReadSparseOperation( SimpleEntryOperation 75 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation WriteSparseOperation( SimpleEntryOperation 81 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation GetAvailableRangeOperation( SimpleEntryOperation 87 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation DoomOperation( SimpleEntryOperation 91 net/disk_cache/simple/simple_entry_operation.h bool ConflictsWith(const SimpleEntryOperation& other_op) const; SimpleEntryOperation 113 net/disk_cache/simple/simple_entry_operation.h SimpleEntryOperation(SimpleEntryImpl* entry,