OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:will_process_pending_queue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_cache.cc
104
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
= true
[
all
...]
http_cache.h
252
bool
will_process_pending_queue
;
member in struct:net::HttpCache::ActiveEntry
Completed in 295 milliseconds