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

  /external/chromium_org/net/tools/dump_cache/
cache_dumper.h 63 class DiskDumper : public CacheDumpWriter {
65 explicit DiskDumper(const base::FilePath& path);
cache_dumper.cc 72 DiskDumper::DiskDumper(const base::FilePath& path)
77 int DiskDumper::CreateEntry(const std::string& key,
156 int DiskDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset,
216 void DiskDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,

Completed in 98 milliseconds