Searched refs:CacheDumper (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/tools/dump_cache/
H A Dcache_dumper.h46 class CacheDumper : public CacheDumpWriter { class in inherits:CacheDumpWriter
48 explicit CacheDumper(disk_cache::Backend* cache);
H A Dcache_dumper.cc17 CacheDumper::CacheDumper(disk_cache::Backend* cache) function in class:CacheDumper
21 int CacheDumper::CreateEntry(const std::string& key,
27 int CacheDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset,
33 void CacheDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,
H A Ddump_files.cc152 class CacheDumper { class in namespace:__anon9752
154 explicit CacheDumper(const base::FilePath& path) function in class:__anon9752::CacheDumper
181 DISALLOW_COPY_AND_ASSIGN(CacheDumper);
184 bool CacheDumper::Init() {
202 bool CacheDumper::GetEntry(disk_cache::EntryStore* entry) {
232 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr,
257 bool CacheDumper::LoadRankings(disk_cache::CacheAddr addr,
358 CacheDumper dumper(input_path);

Completed in 95 milliseconds