Searched defs:SimpleIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.h75 class NET_EXPORT_PRIVATE SimpleIndex class in namespace:disk_cache
76 : public base::SupportsWeakPtr<SimpleIndex> {
80 SimpleIndex(const scoped_refptr<base::SingleThreadTaskRunner>& io_thread,
85 virtual ~SimpleIndex();
188 base::OneShotTimer<SimpleIndex> write_to_disk_timer_;
H A Dsimple_index.cc53 typedef disk_cache::SimpleIndex SimpleIndex; typedef in class:__anon9172::CompareHashesForTimestamp
54 typedef disk_cache::SimpleIndex::EntrySet EntrySet;
138 SimpleIndex::SimpleIndex( function in class:disk_cache::SimpleIndex
155 write_to_disk_cb_(base::Bind(&SimpleIndex::WriteToDisk, AsWeakPtr())),
159 SimpleIndex::~SimpleIndex() {
169 void SimpleIndex::Initialize(base::Time cache_mtime) {
175 base::Bind(&SimpleIndex
[all...]

Completed in 121 milliseconds