HomeSort by relevance Sort by last modified time
    Searched refs:will_process_pending_queue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
http_cache.cc 97 will_process_pending_queue(false),
332 // will_process_pending_queue flag.
335 entry->will_process_pending_queue = false;
671 DCHECK(!entry->will_process_pending_queue);
817 if (entry->writer || entry->will_process_pending_queue) {
848 if (entry->will_process_pending_queue && entry->readers.empty())
879 DCHECK(!entry->will_process_pending_queue);
1015 if (entry->will_process_pending_queue)
1017 entry->will_process_pending_queue = true;
1025 entry->will_process_pending_queue = false
    [all...]
http_cache.h 238 bool will_process_pending_queue; member in struct:net::HttpCache::ActiveEntry

Completed in 385 milliseconds