Searched refs:ActiveEntryProxy (Results 1 – 4 of 4) sorted by relevance
53 class ActiveEntryProxy {55 virtual ~ActiveEntryProxy() = 0;66 scoped_ptr<ActiveEntryProxy> active_entry_proxy);305 scoped_ptr<ActiveEntryProxy> active_entry_proxy_;
198 class SimpleBackendImpl::ActiveEntryProxy class in disk_cache::SimpleBackendImpl199 : 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::ActiveEntryProxy601 entry->SetActiveEntryProxy(ActiveEntryProxy::Create(entry_hash, this)); in CreateOrFindActiveEntry()688 it->second->SetActiveEntryProxy(ActiveEntryProxy::Create(hash, this)); in OnEntryOpenedFromHash()
119 class ActiveEntryProxy; variable120 friend class ActiveEntryProxy; variable
164 SimpleEntryImpl::ActiveEntryProxy::~ActiveEntryProxy() {} in ~ActiveEntryProxy()202 scoped_ptr<ActiveEntryProxy> active_entry_proxy) { in SetActiveEntryProxy()