HomeSort by relevance Sort by last modified time
    Searched refs:MemBackendImpl (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/disk_cache/memory/
mem_backend_impl.cc 31 MemBackendImpl::MemBackendImpl(net::NetLog* net_log)
35 MemBackendImpl::~MemBackendImpl() {
45 scoped_ptr<Backend> MemBackendImpl::CreateBackend(int max_bytes,
47 scoped_ptr<MemBackendImpl> cache(new MemBackendImpl(net_log));
56 bool MemBackendImpl::Init() {
78 bool MemBackendImpl::SetMaxSize(int max_bytes) {
91 void MemBackendImpl::InternalDoomEntry(MemEntryImpl* entry)
    [all...]
mem_backend_impl.h 26 class NET_EXPORT_PRIVATE MemBackendImpl : public Backend {
28 explicit MemBackendImpl(net::NetLog* net_log);
29 virtual ~MemBackendImpl();
116 base::WeakPtrFactory<MemBackendImpl> weak_factory_;
118 DISALLOW_COPY_AND_ASSIGN(MemBackendImpl);
mem_entry_impl.h 16 class MemBackendImpl;
53 explicit MemEntryImpl(MemBackendImpl* backend);
175 MemBackendImpl* backend_; // Back pointer to the cache.
mem_entry_impl.cc 62 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) {
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.h 29 class MemBackendImpl;
164 disk_cache::MemBackendImpl* mem_cache_;
cache_creator.cc 174 *backend = disk_cache::MemBackendImpl::CreateBackend(max_bytes, net_log);
disk_cache_test_base.cc 273 mem_cache_ = new disk_cache::MemBackendImpl(NULL);
backend_unittest.cc 425 cache = disk_cache::MemBackendImpl::CreateBackend(0, NULL);
    [all...]

Completed in 397 milliseconds