Searched refs:MemBackendImpl (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/net/disk_cache/
H A Dmem_backend_impl.cc31 MemBackendImpl::MemBackendImpl(net::NetLog* net_log) function in class:disk_cache::MemBackendImpl
34 MemBackendImpl::~MemBackendImpl() {
44 scoped_ptr<Backend> MemBackendImpl::CreateBackend(int max_bytes,
46 scoped_ptr<MemBackendImpl> cache(new MemBackendImpl(net_log));
55 bool MemBackendImpl::Init() {
77 bool MemBackendImpl::SetMaxSize(int max_bytes) {
90 void MemBackendImpl
[all...]
H A Dmem_backend_impl.h25 class NET_EXPORT_PRIVATE MemBackendImpl : public Backend { class in namespace:disk_cache
27 explicit MemBackendImpl(net::NetLog* net_log);
28 virtual ~MemBackendImpl();
115 DISALLOW_COPY_AND_ASSIGN(MemBackendImpl);
H A Dmem_entry_impl.h16 class MemBackendImpl;
53 explicit MemEntryImpl(MemBackendImpl* backend);
175 MemBackendImpl* backend_; // Back pointer to the cache.
H A Ddisk_cache_test_base.h28 class MemBackendImpl;
152 disk_cache::MemBackendImpl* mem_cache_;
H A Dcache_creator.cc155 *backend = disk_cache::MemBackendImpl::CreateBackend(max_bytes, net_log);
H A Ddisk_cache_test_base.cc259 mem_cache_ = new disk_cache::MemBackendImpl(NULL);
H A Dmem_entry_impl.cc62 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) {
H A Dbackend_unittest.cc421 cache = disk_cache::MemBackendImpl::CreateBackend(0, NULL);
1568 // MemBackendImpl does not. Thats why expected value differs here from
/external/chromium/net/disk_cache/
H A Dmem_backend_impl.cc31 MemBackendImpl::MemBackendImpl(net::NetLog* net_log) function in class:disk_cache::MemBackendImpl
34 MemBackendImpl::~MemBackendImpl() {
44 Backend* MemBackendImpl::CreateBackend(int max_bytes, net::NetLog* net_log) {
45 MemBackendImpl* cache = new MemBackendImpl(net_log);
55 bool MemBackendImpl::Init() {
80 bool MemBackendImpl::SetMaxSize(int max_bytes) {
93 void MemBackendImpl
[all...]
H A Dmem_backend_impl.h26 class MemBackendImpl : public Backend { class in namespace:disk_cache
28 explicit MemBackendImpl(net::NetLog* net_log);
29 ~MemBackendImpl();
113 DISALLOW_COPY_AND_ASSIGN(MemBackendImpl);
H A Dmem_entry_impl.h17 class MemBackendImpl;
54 explicit MemEntryImpl(MemBackendImpl* backend);
180 MemBackendImpl* backend_; // Back pointer to the cache.
H A Ddisk_cache_test_base.h28 class MemBackendImpl;
125 disk_cache::MemBackendImpl* mem_cache_;
H A Ddisk_cache_test_base.cc224 cache_ = disk_cache::MemBackendImpl::CreateBackend(size_, NULL);
228 mem_cache_ = new disk_cache::MemBackendImpl(NULL);
H A Dmem_entry_impl.cc48 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) {
H A Dbackend_impl.cc298 *backend = MemBackendImpl::CreateBackend(max_bytes, net_log);
H A Dbackend_unittest.cc209 cache = disk_cache::MemBackendImpl::CreateBackend(0, NULL);

Completed in 226 milliseconds