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

/external/chromium/net/disk_cache/
H A Dmem_entry_impl.h47 class MemEntryImpl : public Entry { class in namespace:disk_cache
54 explicit MemEntryImpl(MemBackendImpl* backend);
66 MemEntryImpl* next() const {
70 MemEntryImpl* prev() const {
74 void set_next(MemEntryImpl* next) {
78 void set_prev(MemEntryImpl* prev) {
117 typedef base::hash_map<int, MemEntryImpl*> EntryMap;
123 ~MemEntryImpl();
146 // Performs the initialization of a MemEntryImpl as a child entry.
149 bool InitChildEntry(MemEntryImpl* paren
[all...]
H A Dmem_entry_impl.cc48 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) { function in class:disk_cache::MemEntryImpl
63 bool MemEntryImpl::CreateEntry(const std::string& key, net::NetLog* net_log) {
78 void MemEntryImpl::InternalDoom() {
104 void MemEntryImpl::Open() {
114 bool MemEntryImpl::InUse() {
127 void MemEntryImpl::Doom() {
140 void MemEntryImpl::Close() {
149 std::string MemEntryImpl::GetKey() const {
155 Time MemEntryImpl
[all...]

Completed in 165 milliseconds