Searched refs:will_process_pending_queue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache.cc104 will_process_pending_queue(false),
342 // will_process_pending_queue flag.
345 entry->will_process_pending_queue = false;
617 entry->will_process_pending_queue);
688 DCHECK(!entry->will_process_pending_queue);
834 if (entry->writer || entry->will_process_pending_queue) {
865 if (entry->will_process_pending_queue && entry->readers.empty())
896 DCHECK(!entry->will_process_pending_queue);
1032 if (entry->will_process_pending_queue)
1034 entry->will_process_pending_queue
[all...]
H A Dhttp_cache.h252 bool will_process_pending_queue; member in struct:net::HttpCache::ActiveEntry

Completed in 78 milliseconds