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

  /external/chromium/net/tools/dump_cache/
cache_dumper.h 57 class DiskDumper : public CacheDumpWriter {
59 DiskDumper(const std::wstring& path) : path_(path), entry_(NULL) {
cache_dumper.cc 64 bool DiskDumper::CreateEntry(const std::string& key,
136 bool DiskDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset,
191 void DiskDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,
upgrade.cc 303 writer_ = new DiskDumper(path_);

Completed in 8031 milliseconds