Searched defs:ActiveEntryProxy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.h50 // The Backend provides an |ActiveEntryProxy| instance to this entry when it
53 class ActiveEntryProxy { class in class:disk_cache::SimpleEntryImpl
55 virtual ~ActiveEntryProxy() = 0;
66 scoped_ptr<ActiveEntryProxy> active_entry_proxy);
305 scoped_ptr<ActiveEntryProxy> active_entry_proxy_;
H A Dsimple_backend_impl.cc198 class SimpleBackendImpl::ActiveEntryProxy class in class:disk_cache::SimpleBackendImpl
199 : public SimpleEntryImpl::ActiveEntryProxy {
201 virtual ~ActiveEntryProxy() {
208 static scoped_ptr<SimpleEntryImpl::ActiveEntryProxy> Create(
211 scoped_ptr<SimpleEntryImpl::ActiveEntryProxy>
212 proxy(new ActiveEntryProxy(entry_hash, backend));
217 ActiveEntryProxy(uint64 entry_hash, function in class:disk_cache::SimpleBackendImpl::ActiveEntryProxy
601 entry->SetActiveEntryProxy(ActiveEntryProxy::Create(entry_hash, this));
688 it->second->SetActiveEntryProxy(ActiveEntryProxy::Create(hash, this));
H A Dsimple_entry_impl.cc164 SimpleEntryImpl::ActiveEntryProxy::~ActiveEntryProxy() {}
202 scoped_ptr<ActiveEntryProxy> active_entry_proxy) {

Completed in 100 milliseconds