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

  /external/chromium/net/disk_cache/
mem_entry_impl.cc 48 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) {
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::GetLastUsed() const
    [all...]
mem_entry_impl.h 47 class MemEntryImpl : public Entry {
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* parent, int child_id, net::NetLog* net_log)
    [all...]
  /external/chromium_org/net/disk_cache/
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) {
116 typedef base::hash_map<int, MemEntryImpl*> EntryMap;
122 virtual ~MemEntryImpl();
145 // Performs the initialization of a MemEntryImpl as a child entry.
148 bool InitChildEntry(MemEntryImpl* parent, int child_id, net::NetLog* net_log)
    [all...]

Completed in 390 milliseconds