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

/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.h46 class MemEntryImpl : public Entry { class in namespace:disk_cache
53 explicit MemEntryImpl(MemBackendImpl* backend);
65 MemEntryImpl* next() const {
69 MemEntryImpl* prev() const {
73 void set_next(MemEntryImpl* next) {
77 void set_prev(MemEntryImpl* prev) {
112 typedef base::hash_map<int, MemEntryImpl*> EntryMap;
118 virtual ~MemEntryImpl();
141 // Performs the initialization of a MemEntryImpl as a child entry.
144 bool InitChildEntry(MemEntryImpl* paren
[all...]
H A Dmem_entry_impl.cc46 // Returns NetLog parameters for the creation of a child MemEntryImpl. Separate
49 const disk_cache::MemEntryImpl* parent,
62 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) { function in class:disk_cache::MemEntryImpl
77 bool MemEntryImpl::CreateEntry(const std::string& key, net::NetLog* net_log) {
95 void MemEntryImpl::InternalDoom() {
121 void MemEntryImpl::Open() {
131 bool MemEntryImpl::InUse() {
144 void MemEntryImpl::Doom() {
157 void MemEntryImpl
[all...]

Completed in 132 milliseconds