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

/external/chromium/net/disk_cache/
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_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...]

Completed in 51 milliseconds