Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dbackend_impl.cc341 : ALLOW_THIS_IN_INITIALIZER_LIST(background_queue_(this, cache_thread)), in BackendImpl()
367 : ALLOW_THIS_IN_INITIALIZER_LIST(background_queue_(this, cache_thread)), in BackendImpl()
390 background_queue_.WaitForPendingIO(); in ~BackendImpl()
392 if (background_queue_.BackgroundIsCurrentThread()) { in ~BackendImpl()
396 background_queue_.background_thread()->PostTask(FROM_HERE, in ~BackendImpl()
426 background_queue_.Init(callback); in Init()
543 background_queue_.OpenPrevEntry(iter, prev_entry, callback); in OpenPrevEntry()
1215 background_queue_.FlushQueue(callback); in FlushQueueForTest()
1220 background_queue_.RunTask(task, callback); in RunTaskForTest()
1274 background_queue_.OpenEntry(key, entry, callback); in OpenEntry()
[all …]
Dbackend_impl.h102 return &background_queue_; in background_queue()
342 InFlightBackendIO background_queue_; // The controller of pending operations. variable
/external/chromium/chrome/browser/net/
Dpredictor.cc721 background_queue_.push(url); in Push()
727 return rush_queue_.empty() && background_queue_.empty(); in IsEmpty()
732 std::queue<GURL> *queue(rush_queue_.empty() ? &background_queue_ in Pop()
Dpredictor.h174 std::queue<GURL> background_queue_; variable