HomeSort by relevance Sort by last modified time
    Searched defs:EntryImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
entry_impl.h 20 class EntryImpl : public Entry, public base::RefCounted<EntryImpl> {
21 friend class base::RefCounted<EntryImpl>;
32 EntryImpl(BackendImpl* backend, Addr address);
66 // Performs the initialization of a EntryImpl that will be added to the
122 ~EntryImpl();
192 DISALLOW_EVIL_CONSTRUCTORS(EntryImpl);
entry_impl.cc 30 SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer,
41 disk_cache::EntryImpl* entry_;
52 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_);
82 EntryImpl::EntryImpl(BackendImpl* backend, Addr address)
99 EntryImpl::~EntryImpl() {
132 void EntryImpl::Doom() {
140 void EntryImpl::Close() {
144 std::string EntryImpl::GetKey() const
    [all...]

Completed in 33 milliseconds