Searched defs:SimpleBackendImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.h33 // SimpleBackendImpl is a new cache backend that stores entries in individual
37 // The SimpleBackendImpl provides safe iteration; mutating entries during
48 class NET_EXPORT_PRIVATE SimpleBackendImpl : public Backend, class in namespace:disk_cache
50 public base::SupportsWeakPtr<SimpleBackendImpl> {
52 SimpleBackendImpl(
59 virtual ~SimpleBackendImpl();
H A Dsimple_backend_impl.cc198 class SimpleBackendImpl::ActiveEntryProxy
210 SimpleBackendImpl* backend) {
218 SimpleBackendImpl* backend)
223 base::WeakPtr<SimpleBackendImpl> backend_;
226 SimpleBackendImpl::SimpleBackendImpl( function in class:disk_cache::SimpleBackendImpl
243 SimpleBackendImpl::~SimpleBackendImpl() {
247 int SimpleBackendImpl::Init(const CompletionCallback& completion_callback) {
266 &SimpleBackendImpl
[all...]

Completed in 106 milliseconds