SimpleEntryImpl 2808 net/disk_cache/entry_unittest.cc static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); SimpleEntryImpl 2846 net/disk_cache/entry_unittest.cc static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); SimpleEntryImpl 2875 net/disk_cache/entry_unittest.cc static_cast<disk_cache::SimpleEntryImpl*>(entry2)->HasOneRef()); SimpleEntryImpl 2940 net/disk_cache/entry_unittest.cc static_cast<disk_cache::SimpleEntryImpl*>(entry2)->HasOneRef()); SimpleEntryImpl 2975 net/disk_cache/entry_unittest.cc static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); SimpleEntryImpl 3143 net/disk_cache/entry_unittest.cc disk_cache::SimpleEntryImpl* simple_entry1 = SimpleEntryImpl 3144 net/disk_cache/entry_unittest.cc static_cast<disk_cache::SimpleEntryImpl*>(entry1); SimpleEntryImpl 3203 net/disk_cache/entry_unittest.cc static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); SimpleEntryImpl 3497 net/disk_cache/entry_unittest.cc static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); SimpleEntryImpl 3546 net/disk_cache/entry_unittest.cc EXPECT_TRUE(static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); SimpleEntryImpl 211 net/disk_cache/simple/simple_backend_impl.cc SimpleEntryImpl::OPTIMISTIC_OPERATIONS : SimpleEntryImpl 212 net/disk_cache/simple/simple_backend_impl.cc SimpleEntryImpl::NON_OPTIMISTIC_OPERATIONS), SimpleEntryImpl 253 net/disk_cache/simple/simple_backend_impl.cc void SimpleBackendImpl::OnDeactivated(const SimpleEntryImpl* entry) { SimpleEntryImpl 366 net/disk_cache/simple/simple_backend_impl.cc scoped_refptr<SimpleEntryImpl> simple_entry = SimpleEntryImpl 394 net/disk_cache/simple/simple_backend_impl.cc scoped_refptr<SimpleEntryImpl> simple_entry = SimpleEntryImpl 412 net/disk_cache/simple/simple_backend_impl.cc scoped_refptr<SimpleEntryImpl> simple_entry = SimpleEntryImpl 509 net/disk_cache/simple/simple_backend_impl.cc scoped_refptr<SimpleEntryImpl> SimpleBackendImpl::CreateOrFindActiveEntry( SimpleEntryImpl 515 net/disk_cache/simple/simple_backend_impl.cc base::WeakPtr<SimpleEntryImpl>())); SimpleEntryImpl 520 net/disk_cache/simple/simple_backend_impl.cc SimpleEntryImpl* entry = new SimpleEntryImpl( SimpleEntryImpl 555 net/disk_cache/simple/simple_backend_impl.cc scoped_refptr<SimpleEntryImpl> simple_entry = new SimpleEntryImpl( SimpleEntryImpl 633 net/disk_cache/simple/simple_backend_impl.cc scoped_refptr<SimpleEntryImpl> simple_entry, SimpleEntryImpl 643 net/disk_cache/simple/simple_backend_impl.cc base::WeakPtr<SimpleEntryImpl>())); SimpleEntryImpl 663 net/disk_cache/simple/simple_backend_impl.cc scoped_refptr<SimpleEntryImpl> simple_entry, SimpleEntryImpl 40 net/disk_cache/simple/simple_backend_impl.h class SimpleEntryImpl; SimpleEntryImpl 69 net/disk_cache/simple/simple_backend_impl.h void OnDeactivated(const SimpleEntryImpl* entry); SimpleEntryImpl 110 net/disk_cache/simple/simple_backend_impl.h typedef base::hash_map<uint64, base::WeakPtr<SimpleEntryImpl> > EntryMap; SimpleEntryImpl 140 net/disk_cache/simple/simple_backend_impl.h scoped_refptr<SimpleEntryImpl> CreateOrFindActiveEntry( SimpleEntryImpl 171 net/disk_cache/simple/simple_backend_impl.h scoped_refptr<SimpleEntryImpl> simple_entry, SimpleEntryImpl 179 net/disk_cache/simple/simple_backend_impl.h scoped_refptr<SimpleEntryImpl> simple_entry, SimpleEntryImpl 204 net/disk_cache/simple/simple_backend_impl.h const SimpleEntryImpl::OperationsMode entry_operations_mode_; SimpleEntryImpl 152 net/disk_cache/simple/simple_entry_impl.cc explicit ScopedOperationRunner(SimpleEntryImpl* entry) : entry_(entry) { SimpleEntryImpl 160 net/disk_cache/simple/simple_entry_impl.cc SimpleEntryImpl* const entry_; SimpleEntryImpl 163 net/disk_cache/simple/simple_entry_impl.cc SimpleEntryImpl::SimpleEntryImpl(net::CacheType cache_type, SimpleEntryImpl 198 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::OpenEntry(Entry** out_entry, SimpleEntryImpl 237 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::CreateEntry(Entry** out_entry, SimpleEntryImpl 271 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::DoomEntry(const CompletionCallback& callback) { SimpleEntryImpl 285 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::SetKey(const std::string& key) { SimpleEntryImpl 291 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::Doom() { SimpleEntryImpl 295 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::Close() { SimpleEntryImpl 313 net/disk_cache/simple/simple_entry_impl.cc std::string SimpleEntryImpl::GetKey() const { SimpleEntryImpl 318 net/disk_cache/simple/simple_entry_impl.cc Time SimpleEntryImpl::GetLastUsed() const { SimpleEntryImpl 323 net/disk_cache/simple/simple_entry_impl.cc Time SimpleEntryImpl::GetLastModified() const { SimpleEntryImpl 328 net/disk_cache/simple/simple_entry_impl.cc int32 SimpleEntryImpl::GetDataSize(int stream_index) const { SimpleEntryImpl 334 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::ReadData(int stream_index, SimpleEntryImpl 380 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::WriteData(int stream_index, SimpleEntryImpl 466 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::ReadSparseData(int64 offset, SimpleEntryImpl 478 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::WriteSparseData(int64 offset, SimpleEntryImpl 490 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::GetAvailableRange(int64 offset, SimpleEntryImpl 502 net/disk_cache/simple/simple_entry_impl.cc bool SimpleEntryImpl::CouldBeSparse() const { SimpleEntryImpl 508 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::CancelSparseIO() { SimpleEntryImpl 515 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::ReadyForSparseIO(const CompletionCallback& callback) { SimpleEntryImpl 523 net/disk_cache/simple/simple_entry_impl.cc SimpleEntryImpl::~SimpleEntryImpl() { SimpleEntryImpl 532 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::PostClientCallback(const CompletionCallback& callback, SimpleEntryImpl 543 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::MakeUninitialized() { SimpleEntryImpl 554 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::ReturnEntryToCaller(Entry** out_entry) { SimpleEntryImpl 570 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::RemoveSelfFromBackend() { SimpleEntryImpl 576 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::MarkAsDoomed() { SimpleEntryImpl 584 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::RunNextOperationIfNeeded() { SimpleEntryImpl 656 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::OpenEntryInternal(bool have_index, SimpleEntryImpl 693 net/disk_cache/simple/simple_entry_impl.cc Closure reply = base::Bind(&SimpleEntryImpl::CreationOperationComplete, SimpleEntryImpl 703 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::CreateEntryInternal(bool have_index, SimpleEntryImpl 743 net/disk_cache/simple/simple_entry_impl.cc Closure reply = base::Bind(&SimpleEntryImpl::CreationOperationComplete, SimpleEntryImpl 753 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::CloseInternal() { SimpleEntryImpl 786 net/disk_cache/simple/simple_entry_impl.cc Closure reply = base::Bind(&SimpleEntryImpl::CloseOperationComplete, this); SimpleEntryImpl 802 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::ReadDataInternal(int stream_index, SimpleEntryImpl 872 net/disk_cache/simple/simple_entry_impl.cc Closure reply = base::Bind(&SimpleEntryImpl::ReadOperationComplete, SimpleEntryImpl 883 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::WriteDataInternal(int stream_index, SimpleEntryImpl 974 net/disk_cache/simple/simple_entry_impl.cc Closure reply = base::Bind(&SimpleEntryImpl::WriteOperationComplete, SimpleEntryImpl 983 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::ReadSparseDataInternal( SimpleEntryImpl 1003 net/disk_cache/simple/simple_entry_impl.cc Closure reply = base::Bind(&SimpleEntryImpl::ReadSparseOperationComplete, SimpleEntryImpl 1011 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::WriteSparseDataInternal( SimpleEntryImpl 1043 net/disk_cache/simple/simple_entry_impl.cc Closure reply = base::Bind(&SimpleEntryImpl::WriteSparseOperationComplete, SimpleEntryImpl 1051 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::GetAvailableRangeInternal( SimpleEntryImpl 1070 net/disk_cache/simple/simple_entry_impl.cc &SimpleEntryImpl::GetAvailableRangeOperationComplete, SimpleEntryImpl 1077 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::DoomEntryInternal(const CompletionCallback& callback) { SimpleEntryImpl 1081 net/disk_cache/simple/simple_entry_impl.cc base::Bind(&SimpleEntryImpl::DoomOperationComplete, this, callback, SimpleEntryImpl 1086 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::CreationOperationComplete( SimpleEntryImpl 1139 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::EntryOperationComplete( SimpleEntryImpl 1162 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::ReadOperationComplete( SimpleEntryImpl 1206 net/disk_cache/simple/simple_entry_impl.cc Closure reply = base::Bind(&SimpleEntryImpl::ChecksumOperationComplete, SimpleEntryImpl 1238 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::WriteOperationComplete( SimpleEntryImpl 1259 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::ReadSparseOperationComplete( SimpleEntryImpl 1272 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::WriteSparseOperationComplete( SimpleEntryImpl 1283 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::GetAvailableRangeOperationComplete( SimpleEntryImpl 1295 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::DoomOperationComplete( SimpleEntryImpl 1307 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::ChecksumOperationComplete( SimpleEntryImpl 1342 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::CloseOperationComplete() { SimpleEntryImpl 1353 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::UpdateDataFromEntryStat( SimpleEntryImpl 1369 net/disk_cache/simple/simple_entry_impl.cc int64 SimpleEntryImpl::GetDiskUsage() const { SimpleEntryImpl 1379 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::RecordReadIsParallelizable( SimpleEntryImpl 1410 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::RecordWriteDependencyType( SimpleEntryImpl 1450 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::ReadStream0Data(net::IOBuffer* buf, SimpleEntryImpl 1465 net/disk_cache/simple/simple_entry_impl.cc int SimpleEntryImpl::SetStream0Data(net::IOBuffer* buf, SimpleEntryImpl 1504 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::AdvanceCrc(net::IOBuffer* buffer, SimpleEntryImpl 42 net/disk_cache/simple/simple_entry_impl.h class NET_EXPORT_PRIVATE SimpleEntryImpl : public Entry, SimpleEntryImpl 43 net/disk_cache/simple/simple_entry_impl.h public base::RefCounted<SimpleEntryImpl>, SimpleEntryImpl 44 net/disk_cache/simple/simple_entry_impl.h public base::SupportsWeakPtr<SimpleEntryImpl> { SimpleEntryImpl 45 net/disk_cache/simple/simple_entry_impl.h friend class base::RefCounted<SimpleEntryImpl>; SimpleEntryImpl 52 net/disk_cache/simple/simple_entry_impl.h SimpleEntryImpl(net::CacheType cache_type, SimpleEntryImpl 138 net/disk_cache/simple/simple_entry_impl.h virtual ~SimpleEntryImpl(); SimpleEntryImpl 56 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryImpl* entry, SimpleEntryImpl 78 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryImpl* entry, SimpleEntryImpl 100 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryImpl* entry) { SimpleEntryImpl 119 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryImpl* entry, SimpleEntryImpl 144 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryImpl* entry, SimpleEntryImpl 170 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryImpl* entry, SimpleEntryImpl 193 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryImpl* entry, SimpleEntryImpl 216 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryImpl* entry, SimpleEntryImpl 239 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryImpl* entry, SimpleEntryImpl 310 net/disk_cache/simple/simple_entry_operation.cc SimpleEntryOperation::SimpleEntryOperation(SimpleEntryImpl* entry, SimpleEntryImpl 19 net/disk_cache/simple/simple_entry_operation.h class SimpleEntryImpl; SimpleEntryImpl 43 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation OpenOperation(SimpleEntryImpl* entry, SimpleEntryImpl 48 net/disk_cache/simple/simple_entry_operation.h SimpleEntryImpl* entry, SimpleEntryImpl 52 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation CloseOperation(SimpleEntryImpl* entry); SimpleEntryImpl 53 net/disk_cache/simple/simple_entry_operation.h static SimpleEntryOperation ReadOperation(SimpleEntryImpl* entry, SimpleEntryImpl 61 net/disk_cache/simple/simple_entry_operation.h SimpleEntryImpl* entry, SimpleEntryImpl 70 net/disk_cache/simple/simple_entry_operation.h SimpleEntryImpl* entry, SimpleEntryImpl 76 net/disk_cache/simple/simple_entry_operation.h SimpleEntryImpl* entry, SimpleEntryImpl 82 net/disk_cache/simple/simple_entry_operation.h SimpleEntryImpl* entry, SimpleEntryImpl 88 net/disk_cache/simple/simple_entry_operation.h SimpleEntryImpl* entry, SimpleEntryImpl 113 net/disk_cache/simple/simple_entry_operation.h SimpleEntryOperation(SimpleEntryImpl* entry, SimpleEntryImpl 129 net/disk_cache/simple/simple_entry_operation.h scoped_refptr<SimpleEntryImpl> entry_; SimpleEntryImpl 19 net/disk_cache/simple/simple_net_log_parameters.cc const disk_cache::SimpleEntryImpl* entry, SimpleEntryImpl 28 net/disk_cache/simple/simple_net_log_parameters.cc const disk_cache::SimpleEntryImpl* entry, SimpleEntryImpl 43 net/disk_cache/simple/simple_net_log_parameters.cc const SimpleEntryImpl* entry) { SimpleEntryImpl 49 net/disk_cache/simple/simple_net_log_parameters.cc const SimpleEntryImpl* entry, SimpleEntryImpl 14 net/disk_cache/simple/simple_net_log_parameters.h class SimpleEntryImpl; SimpleEntryImpl 20 net/disk_cache/simple/simple_net_log_parameters.h const SimpleEntryImpl* entry); SimpleEntryImpl 27 net/disk_cache/simple/simple_net_log_parameters.h const SimpleEntryImpl* entry,