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

  /external/chromium/net/tools/flip_server/
mem_cache.cc 64 MemoryCache::MemoryCache() {}
66 MemoryCache::~MemoryCache() {}
68 void MemoryCache::CloneFrom(const MemoryCache& mc) {
79 void MemoryCache::AddFiles() {
124 void MemoryCache::ReadToString(const char* filename, std::string* output) {
140 void MemoryCache::ReadAndStoreFileContents(const char* filename) {
206 FileData* MemoryCache::GetFileData(const std::string& filename)
    [all...]
mem_cache.h 107 class MemoryCache {
112 MemoryCache();
113 ~MemoryCache();
115 void CloneFrom(const MemoryCache& mc);
  /external/chromium_org/net/tools/flip_server/
mem_cache.cc 68 MemoryCache::MemoryCache() : cwd_(FLAGS_cache_base_dir) {}
70 MemoryCache::~MemoryCache() {
74 void MemoryCache::CloneFrom(const MemoryCache& mc) {
81 void MemoryCache::AddFiles() {
125 void MemoryCache::ReadToString(const char* filename, std::string* output) {
141 void MemoryCache::ReadAndStoreFileContents(const char* filename) {
218 FileData* MemoryCache::GetFileData(const std::string& filename)
    [all...]
mem_cache.h 117 class MemoryCache {
122 MemoryCache();
123 virtual ~MemoryCache();
125 void CloneFrom(const MemoryCache& mc);
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.h 61 class MemoryCache {
62 WTF_MAKE_NONCOPYABLE(MemoryCache); WTF_MAKE_FAST_ALLOCATED;
64 MemoryCache();
65 ~MemoryCache() { }
157 void dumpStats(Timer<MemoryCache>*);
198 Timer<MemoryCache> m_statsTimer;
203 MemoryCache* memoryCache();
206 void setMemoryCacheForTesting(MemoryCache*);
MemoryCache.cpp 24 #include "core/loader/cache/MemoryCache.h"
48 static MemoryCache* gMemoryCache;
54 MemoryCache* memoryCache()
58 gMemoryCache = new MemoryCache();
62 void setMemoryCacheForTesting(MemoryCache* memoryCache)
64 gMemoryCache = memoryCache;
67 MemoryCache::MemoryCache()
    [all...]

Completed in 2342 milliseconds