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

  /external/chromium/net/tools/dump_cache/
cache_dumper.h 42 class CacheDumper : public CacheDumpWriter {
44 CacheDumper(disk_cache::BackendImpl* cache) : cache_(cache) {};
dump_files.cc 106 class CacheDumper {
108 explicit CacheDumper(const std::wstring& path)
131 DISALLOW_COPY_AND_ASSIGN(CacheDumper);
134 bool CacheDumper::Init() {
155 bool CacheDumper::GetEntry(disk_cache::EntryStore* entry) {
187 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr,
203 bool CacheDumper::LoadRankings(disk_cache::CacheAddr addr,
301 CacheDumper dumper(input_path);
cache_dumper.cc 14 bool CacheDumper::CreateEntry(const std::string& key,
19 bool CacheDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset,
25 void CacheDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,
upgrade.cc 310 writer_ = new CacheDumper(cache_.get());

Completed in 136 milliseconds