Home
last modified time | relevance | path

Searched refs:EntryOpComplete (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/
Dtracing_cache_backend.cc52 void EntryOpComplete(base::TimeTicks start_time, Operation op,
103 base::Bind(&EntryProxy::EntryOpComplete, this, start_time, in ReadData()
121 base::Bind(&EntryProxy::EntryOpComplete, this, start_time, in WriteData()
164 void EntryProxy::EntryOpComplete(base::TimeTicks start_time, Operation op, in EntryOpComplete() function in disk_cache::EntryProxy