Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dbackend_impl.h271 static void FlushAsynchronouslyForTesting(base::OnceClosure callback);
H A Dbackend_impl.cc2006 void BackendImpl::FlushAsynchronouslyForTesting(base::OnceClosure callback) { in FlushAsynchronouslyForTesting() function in disk_cache::BackendImpl
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.cc430 BackendImpl::FlushAsynchronouslyForTesting(repeating_callback); in FlushCacheThreadAsynchronouslyForTesting()