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

  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.cc 46 // Returns NetLog parameters for the creation of a child MemEntryImpl. Separate
49 const disk_cache::MemEntryImpl* parent,
62 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) {
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::Close()
    [all...]
mem_entry_impl.h 46 class MemEntryImpl : public Entry {
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* parent, int child_id, net::NetLog* net_log)
    [all...]

Completed in 142 milliseconds