Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_impl.cc150 class SimpleEntryImpl::ScopedOperationRunner { class in disk_cache::SimpleEntryImpl
152 explicit ScopedOperationRunner(SimpleEntryImpl* entry) : entry_(entry) { in ScopedOperationRunner() function in disk_cache::SimpleEntryImpl::ScopedOperationRunner
155 ~ScopedOperationRunner() { in ~ScopedOperationRunner()
414 ScopedOperationRunner operation_runner(this); in WriteData()
472 ScopedOperationRunner operation_runner(this); in ReadSparseData()
484 ScopedOperationRunner operation_runner(this); in WriteSparseData()
496 ScopedOperationRunner operation_runner(this); in GetAvailableRange()
659 ScopedOperationRunner operation_runner(this); in OpenEntryInternal()
706 ScopedOperationRunner operation_runner(this); in CreateEntryInternal()
808 ScopedOperationRunner operation_runner(this); in ReadDataInternal()
[all …]
Dsimple_entry_impl.h108 class ScopedOperationRunner;
109 friend class ScopedOperationRunner; variable