Home
last modified time | relevance | path

Searched refs:ActiveEntryProxy (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_impl.h53 class ActiveEntryProxy {
55 virtual ~ActiveEntryProxy() = 0;
66 scoped_ptr<ActiveEntryProxy> active_entry_proxy);
305 scoped_ptr<ActiveEntryProxy> active_entry_proxy_;
Dsimple_backend_impl.cc198 class SimpleBackendImpl::ActiveEntryProxy class in disk_cache::SimpleBackendImpl
199 : public SimpleEntryImpl::ActiveEntryProxy {
201 virtual ~ActiveEntryProxy() { in ~ActiveEntryProxy()
208 static scoped_ptr<SimpleEntryImpl::ActiveEntryProxy> Create( in Create()
211 scoped_ptr<SimpleEntryImpl::ActiveEntryProxy> in Create()
212 proxy(new ActiveEntryProxy(entry_hash, backend)); in Create()
217 ActiveEntryProxy(uint64 entry_hash, in ActiveEntryProxy() function in disk_cache::SimpleBackendImpl::ActiveEntryProxy
601 entry->SetActiveEntryProxy(ActiveEntryProxy::Create(entry_hash, this)); in CreateOrFindActiveEntry()
688 it->second->SetActiveEntryProxy(ActiveEntryProxy::Create(hash, this)); in OnEntryOpenedFromHash()
Dsimple_backend_impl.h119 class ActiveEntryProxy; variable
120 friend class ActiveEntryProxy; variable
Dsimple_entry_impl.cc164 SimpleEntryImpl::ActiveEntryProxy::~ActiveEntryProxy() {} in ~ActiveEntryProxy()
202 scoped_ptr<ActiveEntryProxy> active_entry_proxy) { in SetActiveEntryProxy()