HomeSort by relevance Sort by last modified time
    Searched refs:CacheDumper (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/tools/dump_cache/
cache_dumper.h 46 class CacheDumper : public CacheDumpWriter {
48 explicit CacheDumper(disk_cache::Backend* cache);
cache_dumper.cc 17 CacheDumper::CacheDumper(disk_cache::Backend* cache)
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,
dump_files.cc 152 class CacheDumper {
154 explicit CacheDumper(const base::FilePath& path)
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 55 milliseconds