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

/external/chromium/net/tools/dump_cache/
H A Dcache_dumper.h47 class CacheDumper : public CacheDumpWriter { class in inherits:CacheDumpWriter
49 explicit CacheDumper(disk_cache::Backend* cache) : cache_(cache) {} function in class:CacheDumper
H A Ddump_files.cc108 class CacheDumper { class in namespace:__anon3239
110 explicit CacheDumper(const std::wstring& path) function in class:__anon3239::CacheDumper
137 DISALLOW_COPY_AND_ASSIGN(CacheDumper);
140 bool CacheDumper::Init() {
159 bool CacheDumper::GetEntry(disk_cache::EntryStore* entry) {
189 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr,
214 bool CacheDumper::LoadRankings(disk_cache::CacheAddr addr,
312 CacheDumper dumper(input_path);
H A Dcache_dumper.cc16 int CacheDumper::CreateEntry(const std::string& key,
22 int CacheDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset,
28 void CacheDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,
H A Dupgrade.cc337 writer_ = new CacheDumper(cache_.get());
/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.cc153 class CacheDumper { class in namespace:__anon9154
155 explicit CacheDumper(const base::FilePath& path) function in class:__anon9154::CacheDumper
182 DISALLOW_COPY_AND_ASSIGN(CacheDumper);
185 bool CacheDumper::Init() {
203 bool CacheDumper::GetEntry(disk_cache::EntryStore* entry) {
233 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr,
258 bool CacheDumper::LoadRankings(disk_cache::CacheAddr addr,
359 CacheDumper dumper(input_path);
H A Dupgrade_win.cc334 writer_ = new CacheDumper(cache_.get());

Completed in 114 milliseconds