EntryImpl 152 net/disk_cache/backend_unittest.cc rv = static_cast<disk_cache::EntryImpl*>(entry)->WriteDataImpl( EntryImpl 167 net/disk_cache/backend_unittest.cc static_cast<disk_cache::EntryImpl*>(entry)->Release(); EntryImpl 2150 net/disk_cache/backend_unittest.cc disk_cache::EntryImpl* entry_impl = EntryImpl 2151 net/disk_cache/backend_unittest.cc static_cast<disk_cache::EntryImpl*>(entry); EntryImpl 2194 net/disk_cache/backend_unittest.cc disk_cache::EntryImpl* entry_impl = EntryImpl 2195 net/disk_cache/backend_unittest.cc static_cast<disk_cache::EntryImpl*>(entry); EntryImpl 2241 net/disk_cache/backend_unittest.cc disk_cache::EntryImpl* entry_impl = EntryImpl 2242 net/disk_cache/backend_unittest.cc static_cast<disk_cache::EntryImpl*>(entry); EntryImpl 2309 net/disk_cache/backend_unittest.cc disk_cache::EntryImpl* entry_impl = EntryImpl 2310 net/disk_cache/backend_unittest.cc static_cast<disk_cache::EntryImpl*>(entry); EntryImpl 2375 net/disk_cache/backend_unittest.cc disk_cache::EntryImpl* entry_impl = EntryImpl 2376 net/disk_cache/backend_unittest.cc static_cast<disk_cache::EntryImpl*>(entry); EntryImpl 2439 net/disk_cache/backend_unittest.cc disk_cache::EntryImpl* entry_impl = EntryImpl 2440 net/disk_cache/backend_unittest.cc static_cast<disk_cache::EntryImpl*>(entry); EntryImpl 350 net/disk_cache/blockfile/backend_impl.cc EntryImpl* entry = OpenEntryImpl(key); EntryImpl 386 net/disk_cache/blockfile/backend_impl.cc EntryImpl* node; EntryImpl 388 net/disk_cache/blockfile/backend_impl.cc EntryImpl* next = OpenNextEntryImpl(&iter); EntryImpl 422 net/disk_cache/blockfile/backend_impl.cc EntryImpl* entry = OpenNextEntryImpl(&iter); EntryImpl 459 net/disk_cache/blockfile/backend_impl.cc EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); EntryImpl 468 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::OpenEntryImpl(const std::string& key) { EntryImpl 477 net/disk_cache/blockfile/backend_impl.cc EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); EntryImpl 512 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::CreateEntryImpl(const std::string& key) { EntryImpl 520 net/disk_cache/blockfile/backend_impl.cc scoped_refptr<EntryImpl> parent; EntryImpl 526 net/disk_cache/blockfile/backend_impl.cc EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error); EntryImpl 530 net/disk_cache/blockfile/backend_impl.cc EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error); EntryImpl 554 net/disk_cache/blockfile/backend_impl.cc int num_blocks = EntryImpl::NumBlocksForEntry(key.size()); EntryImpl 569 net/disk_cache/blockfile/backend_impl.cc scoped_refptr<EntryImpl> cache_entry( EntryImpl 570 net/disk_cache/blockfile/backend_impl.cc new EntryImpl(this, entry_address, false)); EntryImpl 611 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::OpenNextEntryImpl(void** iter) { EntryImpl 615 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::OpenPrevEntryImpl(void** iter) { EntryImpl 710 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) { EntryImpl 718 net/disk_cache/blockfile/backend_impl.cc EntryImpl* cache_entry = NULL; EntryImpl 735 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::InternalDoomEntry(EntryImpl* entry) { EntryImpl 740 net/disk_cache/blockfile/backend_impl.cc EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error); EntryImpl 770 net/disk_cache/blockfile/backend_impl.cc EntryImpl* this_entry = it->second; EntryImpl 781 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::NotLinked(EntryImpl* entry) { EntryImpl 799 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::RemoveEntry(EntryImpl* entry) { EntryImpl 826 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::GetOpenEntry(CacheRankingsBlock* rankings) const { EntryImpl 1435 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::NewEntry(Addr address, EntryImpl** entry) { EntryImpl 1439 net/disk_cache/blockfile/backend_impl.cc EntryImpl* this_entry = it->second; EntryImpl 1453 net/disk_cache/blockfile/backend_impl.cc scoped_refptr<EntryImpl> cache_entry( EntryImpl 1454 net/disk_cache/blockfile/backend_impl.cc new EntryImpl(this, address, read_only_)); EntryImpl 1512 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::MatchEntry(const std::string& key, uint32 hash, EntryImpl 1516 net/disk_cache/blockfile/backend_impl.cc scoped_refptr<EntryImpl> cache_entry, parent_entry; EntryImpl 1517 net/disk_cache/blockfile/backend_impl.cc EntryImpl* tmp = NULL; EntryImpl 1615 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::OpenFollowingEntry(bool forward, void** iter) { EntryImpl 1622 net/disk_cache/blockfile/backend_impl.cc scoped_refptr<EntryImpl> entries[kListsToSearch]; EntryImpl 1633 net/disk_cache/blockfile/backend_impl.cc EntryImpl* temp = NULL; EntryImpl 1644 net/disk_cache/blockfile/backend_impl.cc EntryImpl* temp = NULL; EntryImpl 1678 net/disk_cache/blockfile/backend_impl.cc EntryImpl* next_entry; EntryImpl 1694 net/disk_cache/blockfile/backend_impl.cc EntryImpl** next_entry) { EntryImpl 1716 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::GetEnumeratedEntry(CacheRankingsBlock* next, EntryImpl 1721 net/disk_cache/blockfile/backend_impl.cc EntryImpl* entry; EntryImpl 1760 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::ResurrectEntry(EntryImpl* deleted_entry) { EntryImpl 1779 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::DestroyInvalidEntry(EntryImpl* entry) { EntryImpl 2029 net/disk_cache/blockfile/backend_impl.cc EntryImpl* tmp; EntryImpl 2035 net/disk_cache/blockfile/backend_impl.cc scoped_refptr<EntryImpl> cache_entry; EntryImpl 2063 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::CheckEntry(EntryImpl* cache_entry) { EntryImpl 79 net/disk_cache/blockfile/backend_impl.h EntryImpl* OpenEntryImpl(const std::string& key); EntryImpl 80 net/disk_cache/blockfile/backend_impl.h EntryImpl* CreateEntryImpl(const std::string& key); EntryImpl 81 net/disk_cache/blockfile/backend_impl.h EntryImpl* OpenNextEntryImpl(void** iter); EntryImpl 82 net/disk_cache/blockfile/backend_impl.h EntryImpl* OpenPrevEntryImpl(void** iter); EntryImpl 114 net/disk_cache/blockfile/backend_impl.h void UpdateRank(EntryImpl* entry, bool modified); EntryImpl 121 net/disk_cache/blockfile/backend_impl.h void InternalDoomEntry(EntryImpl* entry); EntryImpl 128 net/disk_cache/blockfile/backend_impl.h void NotLinked(EntryImpl* entry); EntryImpl 132 net/disk_cache/blockfile/backend_impl.h void RemoveEntry(EntryImpl* entry); EntryImpl 146 net/disk_cache/blockfile/backend_impl.h EntryImpl* GetOpenEntry(CacheRankingsBlock* rankings) const; EntryImpl 281 net/disk_cache/blockfile/backend_impl.h typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap; EntryImpl 297 net/disk_cache/blockfile/backend_impl.h int NewEntry(Addr address, EntryImpl** entry); EntryImpl 306 net/disk_cache/blockfile/backend_impl.h EntryImpl* MatchEntry(const std::string& key, uint32 hash, bool find_parent, EntryImpl 310 net/disk_cache/blockfile/backend_impl.h EntryImpl* OpenFollowingEntry(bool forward, void** iter); EntryImpl 317 net/disk_cache/blockfile/backend_impl.h EntryImpl** next_entry); EntryImpl 320 net/disk_cache/blockfile/backend_impl.h EntryImpl* GetEnumeratedEntry(CacheRankingsBlock* next, Rankings::List list); EntryImpl 323 net/disk_cache/blockfile/backend_impl.h EntryImpl* ResurrectEntry(EntryImpl* deleted_entry); EntryImpl 325 net/disk_cache/blockfile/backend_impl.h void DestroyInvalidEntry(EntryImpl* entry); EntryImpl 353 net/disk_cache/blockfile/backend_impl.h bool CheckEntry(EntryImpl* cache_entry); EntryImpl 140 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error); EntryImpl 443 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); EntryImpl 486 net/disk_cache/blockfile/backend_impl_v3.cc scoped_refptr<EntryImpl> parent; EntryImpl 492 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error); EntryImpl 496 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error); EntryImpl 520 net/disk_cache/blockfile/backend_impl_v3.cc int num_blocks = EntryImpl::NumBlocksForEntry(key.size()); EntryImpl 535 net/disk_cache/blockfile/backend_impl_v3.cc scoped_refptr<EntryImpl> cache_entry( EntryImpl 536 net/disk_cache/blockfile/backend_impl_v3.cc new EntryImpl(this, entry_address, false)); EntryImpl 582 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* entry = OpenEntryImpl(key); EntryImpl 619 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* node; EntryImpl 621 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* next = OpenNextEntryImpl(&iter); EntryImpl 654 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* entry = OpenNextEntryImpl(&iter); EntryImpl 718 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); EntryImpl 891 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* this_entry = it->second; EntryImpl 905 net/disk_cache/blockfile/backend_impl_v3.cc scoped_refptr<EntryImpl> cache_entry( EntryImpl 906 net/disk_cache/blockfile/backend_impl_v3.cc new EntryImpl(this, address, read_only_)); EntryImpl 974 net/disk_cache/blockfile/backend_impl_v3.cc scoped_refptr<EntryImpl> entries[kListsToSearch]; EntryImpl 985 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* temp = NULL; EntryImpl 996 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* temp = NULL; EntryImpl 1030 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* next_entry; EntryImpl 1187 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* BackendImplV3::ResurrectEntry(EntryImpl* deleted_entry) { EntryImpl 1206 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* BackendImplV3::CreateEntryImpl(const std::string& key) { EntryImpl 1213 net/disk_cache/blockfile/backend_impl_v3.cc scoped_refptr<EntryImpl> parent; EntryImpl 1219 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error); EntryImpl 1223 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error); EntryImpl 1247 net/disk_cache/blockfile/backend_impl_v3.cc int num_blocks = EntryImpl::NumBlocksForEntry(key.size()); EntryImpl 1262 net/disk_cache/blockfile/backend_impl_v3.cc scoped_refptr<EntryImpl> cache_entry( EntryImpl 1263 net/disk_cache/blockfile/backend_impl_v3.cc new EntryImpl(this, entry_address, false)); EntryImpl 1476 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* tmp; EntryImpl 1482 net/disk_cache/blockfile/backend_impl_v3.cc scoped_refptr<EntryImpl> cache_entry; EntryImpl 1510 net/disk_cache/blockfile/backend_impl_v3.cc bool BackendImplV3::CheckEntry(EntryImpl* cache_entry) { EntryImpl 39 net/disk_cache/blockfile/entry_impl.cc SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer, EntryImpl 53 net/disk_cache/blockfile/entry_impl.cc disk_cache::EntryImpl* entry_; EntryImpl 70 net/disk_cache/blockfile/entry_impl.cc entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_); EntryImpl 143 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::UserBuffer::PreWrite(int offset, int len) { EntryImpl 165 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::UserBuffer::Truncate(int offset) { EntryImpl 175 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::UserBuffer::Write(int offset, IOBuffer* buf, int len) { EntryImpl 207 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::UserBuffer::PreRead(int eof, int offset, int* len) { EntryImpl 232 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::UserBuffer::Read(int offset, IOBuffer* buf, int len) { EntryImpl 257 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::UserBuffer::Reset() { EntryImpl 270 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::UserBuffer::GrowBuffer(int required, int limit) { EntryImpl 298 net/disk_cache/blockfile/entry_impl.cc EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) EntryImpl 308 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::DoomImpl() { EntryImpl 316 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::ReadDataImpl(int index, int offset, IOBuffer* buf, int buf_len, EntryImpl 334 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::WriteDataImpl(int index, int offset, IOBuffer* buf, int buf_len, EntryImpl 354 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::ReadSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len, EntryImpl 368 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::WriteSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len, EntryImpl 382 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::GetAvailableRangeImpl(int64 offset, int len, int64* start) { EntryImpl 390 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::CancelSparseIOImpl() { EntryImpl 397 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::ReadyForSparseIOImpl(const CompletionCallback& callback) { EntryImpl 402 net/disk_cache/blockfile/entry_impl.cc uint32 EntryImpl::GetHash() { EntryImpl 406 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::CreateEntry(Addr node_address, const std::string& key, EntryImpl 453 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::IsSameEntry(const std::string& key, uint32 hash) { EntryImpl 461 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::InternalDoom() { EntryImpl 471 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::DeleteEntryData(bool everything) { EntryImpl 517 net/disk_cache/blockfile/entry_impl.cc CacheAddr EntryImpl::GetNextAddress() { EntryImpl 521 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::SetNextAddress(Addr address) { EntryImpl 528 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::LoadNodeAddress() { EntryImpl 535 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::Update() { EntryImpl 550 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::SetDirtyFlag(int32 current_id) { EntryImpl 559 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::SetPointerForInvalidEntry(int32 new_id) { EntryImpl 564 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::LeaveRankingsBehind() { EntryImpl 572 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::SanityCheck() { EntryImpl 617 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::DataSanityCheck() { EntryImpl 647 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::FixForDelete() { EntryImpl 674 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::IncrementIoCount() { EntryImpl 678 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::DecrementIoCount() { EntryImpl 683 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::OnEntryCreated(BackendImpl* backend) { EntryImpl 688 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::SetTimes(base::Time last_used, base::Time last_modified) { EntryImpl 694 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::ReportIOTime(Operation op, const base::TimeTicks& start) { EntryImpl 725 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::BeginLogging(net::NetLog* net_log, bool created) { EntryImpl 734 net/disk_cache/blockfile/entry_impl.cc const net::BoundNetLog& EntryImpl::net_log() const { EntryImpl 739 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::NumBlocksForEntry(int key_size) { EntryImpl 752 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::Doom() { EntryImpl 757 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::Close() { EntryImpl 762 net/disk_cache/blockfile/entry_impl.cc std::string EntryImpl::GetKey() const { EntryImpl 780 net/disk_cache/blockfile/entry_impl.cc File* key_file = const_cast<EntryImpl*>(this)->GetBackingFile(address, EntryImpl 794 net/disk_cache/blockfile/entry_impl.cc Time EntryImpl::GetLastUsed() const { EntryImpl 799 net/disk_cache/blockfile/entry_impl.cc Time EntryImpl::GetLastModified() const { EntryImpl 804 net/disk_cache/blockfile/entry_impl.cc int32 EntryImpl::GetDataSize(int index) const { EntryImpl 812 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::ReadData(int index, int offset, IOBuffer* buf, int buf_len, EntryImpl 835 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::WriteData(int index, int offset, IOBuffer* buf, int buf_len, EntryImpl 855 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::ReadSparseData(int64 offset, IOBuffer* buf, int buf_len, EntryImpl 867 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len, EntryImpl 879 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::GetAvailableRange(int64 offset, int len, int64* start, EntryImpl 888 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::CouldBeSparse() const { EntryImpl 893 net/disk_cache/blockfile/entry_impl.cc sparse.reset(new SparseControl(const_cast<EntryImpl*>(this))); EntryImpl 897 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::CancelSparseIO() { EntryImpl 902 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::ReadyForSparseIO(const CompletionCallback& callback) { EntryImpl 919 net/disk_cache/blockfile/entry_impl.cc EntryImpl::~EntryImpl() { EntryImpl 973 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::InternalReadData(int index, int offset, EntryImpl 1058 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::InternalWriteData(int index, int offset, EntryImpl 1164 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::CreateDataBlock(int index, int size) { EntryImpl 1176 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::CreateBlock(int size, Addr* address) { EntryImpl 1202 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::DeleteData(Addr address, int index) { EntryImpl 1220 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::UpdateRank(bool modified) { EntryImpl 1237 net/disk_cache/blockfile/entry_impl.cc File* EntryImpl::GetBackingFile(Addr address, int index) { EntryImpl 1249 net/disk_cache/blockfile/entry_impl.cc File* EntryImpl::GetExternalFile(Addr address, int index) { EntryImpl 1273 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::PrepareTarget(int index, int offset, int buf_len, EntryImpl 1303 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::HandleTruncation(int index, int offset, int buf_len) { EntryImpl 1360 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::CopyToLocalBuffer(int index) { EntryImpl 1383 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::MoveToLocalBuffer(int index) { EntryImpl 1399 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::ImportSeparateFile(int index, int new_size) { EntryImpl 1406 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::PrepareBuffer(int index, int offset, int buf_len) { EntryImpl 1441 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::Flush(int index, int min_len) { EntryImpl 1480 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::UpdateSize(int index, int old_size, int new_size) { EntryImpl 1489 net/disk_cache/blockfile/entry_impl.cc int EntryImpl::InitSparseData() { EntryImpl 1502 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::SetEntryFlags(uint32 flags) { EntryImpl 1507 net/disk_cache/blockfile/entry_impl.cc uint32 EntryImpl::GetEntryFlags() { EntryImpl 1511 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::GetData(int index, char** buffer, Addr* address) { EntryImpl 1538 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::Log(const char* msg) { EntryImpl 25 net/disk_cache/blockfile/entry_impl.h class NET_EXPORT_PRIVATE EntryImpl EntryImpl 27 net/disk_cache/blockfile/entry_impl.h public base::RefCounted<EntryImpl> { EntryImpl 28 net/disk_cache/blockfile/entry_impl.h friend class base::RefCounted<EntryImpl>; EntryImpl 41 net/disk_cache/blockfile/entry_impl.h EntryImpl(BackendImpl* backend, Addr address, bool read_only); EntryImpl 177 net/disk_cache/blockfile/entry_impl.h virtual ~EntryImpl(); EntryImpl 273 net/disk_cache/blockfile/entry_impl.h DISALLOW_COPY_AND_ASSIGN(EntryImpl); EntryImpl 493 net/disk_cache/blockfile/entry_impl_v3.cc File* key_file = const_cast<EntryImpl*>(this)->GetBackingFile(address, EntryImpl 548 net/disk_cache/blockfile/entry_impl_v3.cc int EntryImpl::ReadDataImpl(int index, int offset, IOBuffer* buf, int buf_len, EntryImpl 586 net/disk_cache/blockfile/entry_impl_v3.cc int EntryImpl::WriteDataImpl(int index, int offset, IOBuffer* buf, int buf_len, EntryImpl 618 net/disk_cache/blockfile/entry_impl_v3.cc int EntryImpl::ReadSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len, EntryImpl 644 net/disk_cache/blockfile/entry_impl_v3.cc int EntryImpl::WriteSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len, EntryImpl 667 net/disk_cache/blockfile/entry_impl_v3.cc int EntryImpl::GetAvailableRangeImpl(int64 offset, int len, int64* start) { EntryImpl 680 net/disk_cache/blockfile/entry_impl_v3.cc sparse.reset(new SparseControl(const_cast<EntryImpl*>(this))); EntryImpl 772 net/disk_cache/blockfile/entry_impl_v3.cc int EntryImpl::InternalReadData(int index, int offset, EntryImpl 857 net/disk_cache/blockfile/entry_impl_v3.cc int EntryImpl::InternalWriteData(int index, int offset, EntryImpl 963 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImpl::CreateDataBlock(int index, int size) { EntryImpl 975 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImpl::CreateBlock(int size, Addr* address) { EntryImpl 1001 net/disk_cache/blockfile/entry_impl_v3.cc void EntryImpl::DeleteData(Addr address, int index) { EntryImpl 1019 net/disk_cache/blockfile/entry_impl_v3.cc void EntryImpl::UpdateRank(bool modified) { EntryImpl 1036 net/disk_cache/blockfile/entry_impl_v3.cc void EntryImpl::DeleteEntryData(bool everything) { EntryImpl 1095 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImpl::PrepareTarget(int index, int offset, int buf_len, EntryImpl 1125 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImpl::HandleTruncation(int index, int offset, int buf_len) { EntryImpl 1182 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImpl::CopyToLocalBuffer(int index) { EntryImpl 1205 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImpl::MoveToLocalBuffer(int index) { EntryImpl 1221 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImpl::ImportSeparateFile(int index, int new_size) { EntryImpl 1228 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImpl::PrepareBuffer(int index, int offset, int buf_len) { EntryImpl 1263 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImpl::Flush(int index, int min_len) { EntryImpl 1302 net/disk_cache/blockfile/entry_impl_v3.cc void EntryImpl::UpdateSize(int index, int old_size, int new_size) { EntryImpl 1311 net/disk_cache/blockfile/entry_impl_v3.cc int EntryImpl::InitSparseData() { EntryImpl 1324 net/disk_cache/blockfile/entry_impl_v3.cc void EntryImpl::SetEntryFlags(uint32 flags) { EntryImpl 1329 net/disk_cache/blockfile/entry_impl_v3.cc uint32 EntryImpl::GetEntryFlags() { EntryImpl 1333 net/disk_cache/blockfile/entry_impl_v3.cc void EntryImpl::GetData(int index, char** buffer, Addr* address) { EntryImpl 168 net/disk_cache/blockfile/eviction.cc void Eviction::UpdateRank(EntryImpl* entry, bool modified) { EntryImpl 175 net/disk_cache/blockfile/eviction.cc void Eviction::OnOpenEntry(EntryImpl* entry) { EntryImpl 180 net/disk_cache/blockfile/eviction.cc void Eviction::OnCreateEntry(EntryImpl* entry) { EntryImpl 187 net/disk_cache/blockfile/eviction.cc void Eviction::OnDoomEntry(EntryImpl* entry) { EntryImpl 197 net/disk_cache/blockfile/eviction.cc void Eviction::OnDestroyEntry(EntryImpl* entry) { EntryImpl 253 net/disk_cache/blockfile/eviction.cc void Eviction::ReportTrimTimes(EntryImpl* entry) { EntryImpl 281 net/disk_cache/blockfile/eviction.cc Rankings::List Eviction::GetListForEntry(EntryImpl* entry) { EntryImpl 287 net/disk_cache/blockfile/eviction.cc EntryImpl* entry = backend_->GetEnumeratedEntry(node, list); EntryImpl 400 net/disk_cache/blockfile/eviction.cc void Eviction::UpdateRankV2(EntryImpl* entry, bool modified) { EntryImpl 404 net/disk_cache/blockfile/eviction.cc void Eviction::OnOpenEntryV2(EntryImpl* entry) { EntryImpl 425 net/disk_cache/blockfile/eviction.cc void Eviction::OnCreateEntryV2(EntryImpl* entry) { EntryImpl 454 net/disk_cache/blockfile/eviction.cc void Eviction::OnDoomEntryV2(EntryImpl* entry) { EntryImpl 472 net/disk_cache/blockfile/eviction.cc void Eviction::OnDestroyEntryV2(EntryImpl* entry) { EntryImpl 479 net/disk_cache/blockfile/eviction.cc Rankings::List Eviction::GetListForEntryV2(EntryImpl* entry) { EntryImpl 528 net/disk_cache/blockfile/eviction.cc EntryImpl* entry = backend_->GetEnumeratedEntry(node, Rankings::DELETED); EntryImpl 15 net/disk_cache/blockfile/eviction.h class EntryImpl; EntryImpl 34 net/disk_cache/blockfile/eviction.h void UpdateRank(EntryImpl* entry, bool modified); EntryImpl 37 net/disk_cache/blockfile/eviction.h void OnOpenEntry(EntryImpl* entry); EntryImpl 38 net/disk_cache/blockfile/eviction.h void OnCreateEntry(EntryImpl* entry); EntryImpl 39 net/disk_cache/blockfile/eviction.h void OnDoomEntry(EntryImpl* entry); EntryImpl 40 net/disk_cache/blockfile/eviction.h void OnDestroyEntry(EntryImpl* entry); EntryImpl 51 net/disk_cache/blockfile/eviction.h void ReportTrimTimes(EntryImpl* entry); EntryImpl 52 net/disk_cache/blockfile/eviction.h Rankings::List GetListForEntry(EntryImpl* entry); EntryImpl 59 net/disk_cache/blockfile/eviction.h void UpdateRankV2(EntryImpl* entry, bool modified); EntryImpl 60 net/disk_cache/blockfile/eviction.h void OnOpenEntryV2(EntryImpl* entry); EntryImpl 61 net/disk_cache/blockfile/eviction.h void OnCreateEntryV2(EntryImpl* entry); EntryImpl 62 net/disk_cache/blockfile/eviction.h void OnDoomEntryV2(EntryImpl* entry); EntryImpl 63 net/disk_cache/blockfile/eviction.h void OnDestroyEntryV2(EntryImpl* entry); EntryImpl 64 net/disk_cache/blockfile/eviction.h Rankings::List GetListForEntryV2(EntryImpl* entry); EntryImpl 66 net/disk_cache/blockfile/in_flight_backend_io.cc static_cast<EntryImpl*>(*entry_ptr_)->OnEntryCreated(backend_); EntryImpl 140 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::CloseEntryImpl(EntryImpl* entry) { EntryImpl 145 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::DoomEntryImpl(EntryImpl* entry) { EntryImpl 159 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::ReadData(EntryImpl* entry, int index, int offset, EntryImpl 169 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::WriteData(EntryImpl* entry, int index, int offset, EntryImpl 180 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::ReadSparseData(EntryImpl* entry, int64 offset, EntryImpl 189 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::WriteSparseData(EntryImpl* entry, int64 offset, EntryImpl 198 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::GetAvailableRange(EntryImpl* entry, int64 offset, int len, EntryImpl 207 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::CancelSparseIO(EntryImpl* entry) { EntryImpl 212 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::ReadyForSparseIO(EntryImpl* entry) { EntryImpl 420 net/disk_cache/blockfile/in_flight_backend_io.cc void InFlightBackendIO::CloseEntryImpl(EntryImpl* entry) { EntryImpl 427 net/disk_cache/blockfile/in_flight_backend_io.cc void InFlightBackendIO::DoomEntryImpl(EntryImpl* entry) { EntryImpl 447 net/disk_cache/blockfile/in_flight_backend_io.cc void InFlightBackendIO::ReadData(EntryImpl* entry, int index, int offset, EntryImpl 455 net/disk_cache/blockfile/in_flight_backend_io.cc void InFlightBackendIO::WriteData(EntryImpl* entry, int index, int offset, EntryImpl 465 net/disk_cache/blockfile/in_flight_backend_io.cc EntryImpl* entry, int64 offset, net::IOBuffer* buf, int buf_len, EntryImpl 473 net/disk_cache/blockfile/in_flight_backend_io.cc EntryImpl* entry, int64 offset, net::IOBuffer* buf, int buf_len, EntryImpl 481 net/disk_cache/blockfile/in_flight_backend_io.cc EntryImpl* entry, int64 offset, int len, int64* start, EntryImpl 488 net/disk_cache/blockfile/in_flight_backend_io.cc void InFlightBackendIO::CancelSparseIO(EntryImpl* entry) { EntryImpl 496 net/disk_cache/blockfile/in_flight_backend_io.cc EntryImpl* entry, const net::CompletionCallback& callback) { EntryImpl 21 net/disk_cache/blockfile/in_flight_backend_io.h class EntryImpl; EntryImpl 61 net/disk_cache/blockfile/in_flight_backend_io.h void CloseEntryImpl(EntryImpl* entry); EntryImpl 62 net/disk_cache/blockfile/in_flight_backend_io.h void DoomEntryImpl(EntryImpl* entry); EntryImpl 65 net/disk_cache/blockfile/in_flight_backend_io.h void ReadData(EntryImpl* entry, int index, int offset, net::IOBuffer* buf, EntryImpl 67 net/disk_cache/blockfile/in_flight_backend_io.h void WriteData(EntryImpl* entry, int index, int offset, net::IOBuffer* buf, EntryImpl 69 net/disk_cache/blockfile/in_flight_backend_io.h void ReadSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf, EntryImpl 71 net/disk_cache/blockfile/in_flight_backend_io.h void WriteSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf, EntryImpl 73 net/disk_cache/blockfile/in_flight_backend_io.h void GetAvailableRange(EntryImpl* entry, int64 offset, int len, int64* start); EntryImpl 74 net/disk_cache/blockfile/in_flight_backend_io.h void CancelSparseIO(EntryImpl* entry); EntryImpl 75 net/disk_cache/blockfile/in_flight_backend_io.h void ReadyForSparseIO(EntryImpl* entry); EntryImpl 132 net/disk_cache/blockfile/in_flight_backend_io.h EntryImpl* entry_; EntryImpl 173 net/disk_cache/blockfile/in_flight_backend_io.h void CloseEntryImpl(EntryImpl* entry); EntryImpl 174 net/disk_cache/blockfile/in_flight_backend_io.h void DoomEntryImpl(EntryImpl* entry); EntryImpl 178 net/disk_cache/blockfile/in_flight_backend_io.h void ReadData(EntryImpl* entry, int index, int offset, net::IOBuffer* buf, EntryImpl 181 net/disk_cache/blockfile/in_flight_backend_io.h EntryImpl* entry, int index, int offset, net::IOBuffer* buf, EntryImpl 183 net/disk_cache/blockfile/in_flight_backend_io.h void ReadSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf, EntryImpl 185 net/disk_cache/blockfile/in_flight_backend_io.h void WriteSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf, EntryImpl 187 net/disk_cache/blockfile/in_flight_backend_io.h void GetAvailableRange(EntryImpl* entry, int64 offset, int len, int64* start, EntryImpl 189 net/disk_cache/blockfile/in_flight_backend_io.h void CancelSparseIO(EntryImpl* entry); EntryImpl 190 net/disk_cache/blockfile/in_flight_backend_io.h void ReadyForSparseIO(EntryImpl* entry, EntryImpl 601 net/disk_cache/blockfile/rankings.cc EntryImpl* entry = backend_->GetOpenEntry(rankings); EntryImpl 187 net/disk_cache/blockfile/sparse_control.cc SparseControl::SparseControl(EntryImpl* entry) EntryImpl 336 net/disk_cache/blockfile/sparse_control.cc void SparseControl::DeleteChildren(EntryImpl* entry) { EntryImpl 466 net/disk_cache/blockfile/sparse_control.cc EntryImpl* child = static_cast<EntryImpl*>(child_); EntryImpl 665 net/disk_cache/blockfile/sparse_control.cc EntryImpl* child = static_cast<EntryImpl*>(child_); EntryImpl 25 net/disk_cache/blockfile/sparse_control.h class EntryImpl; EntryImpl 44 net/disk_cache/blockfile/sparse_control.h explicit SparseControl(EntryImpl* entry); EntryImpl 77 net/disk_cache/blockfile/sparse_control.h static void DeleteChildren(EntryImpl* entry); EntryImpl 149 net/disk_cache/blockfile/sparse_control.h EntryImpl* entry_; // The sparse entry. EntryImpl 150 net/disk_cache/blockfile/sparse_control.h EntryImpl* child_; // The current child entry. EntryImpl 189 net/disk_cache/blockfile/sparse_control_v3.cc SparseControl::SparseControl(EntryImpl* entry) EntryImpl 315 net/disk_cache/blockfile/sparse_control_v3.cc void SparseControl::DeleteChildren(EntryImpl* entry) { EntryImpl 468 net/disk_cache/blockfile/sparse_control_v3.cc EntryImpl* child = static_cast<EntryImpl*>(child_); EntryImpl 753 net/disk_cache/blockfile/sparse_control_v3.cc EntryImpl* child = static_cast<EntryImpl*>(child_); EntryImpl 25 net/disk_cache/blockfile/sparse_control_v3.h class EntryImpl; EntryImpl 44 net/disk_cache/blockfile/sparse_control_v3.h explicit SparseControl(EntryImpl* entry); EntryImpl 72 net/disk_cache/blockfile/sparse_control_v3.h static void DeleteChildren(EntryImpl* entry); EntryImpl 147 net/disk_cache/blockfile/sparse_control_v3.h EntryImpl* entry_; // The sparse entry. EntryImpl 148 net/disk_cache/blockfile/sparse_control_v3.h EntryImpl* child_; // The current child entry. EntryImpl 2317 net/disk_cache/entry_unittest.cc disk_cache::EntryImpl* entry_impl = EntryImpl 2318 net/disk_cache/entry_unittest.cc static_cast<disk_cache::EntryImpl*>(entry); EntryImpl 36 net/tools/dump_cache/cache_dumper.cc static_cast<disk_cache::EntryImpl*>(entry)->SetTimes(last_used, EntryImpl 133 net/tools/dump_cache/upgrade_win.cc disk_cache::EntryImpl* entry_; EntryImpl 50 webkit/browser/appcache/appcache_disk_cache.cc class AppCacheDiskCache::EntryImpl : public Entry { EntryImpl 52 webkit/browser/appcache/appcache_disk_cache.cc EntryImpl(disk_cache::Entry* disk_cache_entry, EntryImpl 152 webkit/browser/appcache/appcache_disk_cache.cc *entry = new EntryImpl(entry_ptr_, owner_); EntryImpl 160 webkit/browser/appcache/appcache_disk_cache.cc *entry_ = new EntryImpl(entry_ptr_, owner_); EntryImpl 49 webkit/browser/appcache/appcache_disk_cache.h class EntryImpl; EntryImpl 78 webkit/browser/appcache/appcache_disk_cache.h typedef std::set<EntryImpl*> OpenEntries; EntryImpl 90 webkit/browser/appcache/appcache_disk_cache.h void AddOpenEntry(EntryImpl* entry) { open_entries_.insert(entry); } EntryImpl 91 webkit/browser/appcache/appcache_disk_cache.h void RemoveOpenEntry(EntryImpl* entry) { open_entries_.erase(entry); }