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

  /external/chromium/net/disk_cache/
mem_backend_impl.h 21 class MemBackendImpl : public Backend {
23 MemBackendImpl() : max_size_(0), current_size_(0) {}
24 ~MemBackendImpl();
97 DISALLOW_EVIL_CONSTRUCTORS(MemBackendImpl);
mem_backend_impl.cc 32 MemBackendImpl* cache = new MemBackendImpl();
44 bool MemBackendImpl::Init() {
66 MemBackendImpl::~MemBackendImpl() {
75 bool MemBackendImpl::SetMaxSize(int max_bytes) {
88 int32 MemBackendImpl::GetEntryCount() const {
92 bool MemBackendImpl::OpenEntry(const std::string& key, Entry** entry) {
103 int MemBackendImpl::OpenEntry(const std::string& key, Entry** entry,
111 bool MemBackendImpl::CreateEntry(const std::string& key, Entry** entry)
    [all...]

Completed in 939 milliseconds