Searched refs:RestartCache (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/net/disk_cache/v3/ |
D | backend_impl_v3.h | 206 void RestartCache(bool failure);
|
D | backend_impl_v3.cc | 669 RestartCache(false); in SyncDoomAllEntries() 892 void BackendImpl::RestartCache(bool failure) { in RestartCache() function in disk_cache::BackendImpl 1140 FROM_HERE, base::Bind(&BackendImpl::RestartCache, GetWeakPtr(), true)); in DecreaseNumRefs()
|
/external/chromium/net/disk_cache/ |
D | backend_impl.h | 276 void RestartCache(bool failure);
|
D | backend_impl.cc | 577 RestartCache(false); in SyncDoomAllEntries() 1122 factory_.NewRunnableMethod(&BackendImpl::RestartCache, true)); in CriticalError() 1451 void BackendImpl::RestartCache(bool failure) { in RestartCache() function in disk_cache::BackendImpl 1870 factory_.NewRunnableMethod(&BackendImpl::RestartCache, true)); in DecreaseNumRefs()
|
/external/chromium_org/net/disk_cache/ |
D | backend_impl.h | 289 void RestartCache(bool failure);
|
D | backend_impl.cc | 358 RestartCache(false); in SyncDoomAllEntries() 972 FROM_HERE, base::Bind(&BackendImpl::RestartCache, GetWeakPtr(), true)); in CriticalError() 1380 void BackendImpl::RestartCache(bool failure) { in RestartCache() function in disk_cache::BackendImpl 1806 FROM_HERE, base::Bind(&BackendImpl::RestartCache, GetWeakPtr(), true)); in DecreaseNumRefs()
|