OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_queue
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/http/
http_cache.cc
122
WorkItemList
pending_queue
;
member in struct:net::HttpCache::PendingOp
378
entry->
pending_queue
.clear();
407
STLDeleteElements(&pending_op->
pending_queue
);
510
pending_op->
pending_queue
.push_back(item.release());
514
DCHECK(pending_op->
pending_queue
.empty());
540
pending_op->
pending_queue
.push_back(item);
612
pending_op->
pending_queue
.push_back(item);
616
DCHECK(pending_op->
pending_queue
.empty());
635
DCHECK(entry->
pending_queue
.empty());
663
DCHECK(entry->
pending_queue
.empty())
863
TransactionList
pending_queue
;
local
951
TransactionList&
pending_queue
= entry->
pending_queue
;
local
969
WorkItemList&
pending_queue
= pending_op->
pending_queue
;
local
[
all
...]
http_cache.h
224
TransactionList
pending_queue
;
member in struct:net::HttpCache::ActiveEntry
/external/chromium_org/net/http/
http_cache.cc
118
WorkItemList
pending_queue
;
member in struct:net::HttpCache::PendingOp
307
entry->
pending_queue
.clear();
337
STLDeleteElements(&pending_op->
pending_queue
);
463
pending_op->
pending_queue
.push_back(item.release());
467
DCHECK(pending_op->
pending_queue
.empty());
494
pending_op->
pending_queue
.push_back(item);
578
pending_op->
pending_queue
.push_back(item);
582
DCHECK(pending_op->
pending_queue
.empty());
618
DCHECK(entry->
pending_queue
.empty());
646
DCHECK(entry->
pending_queue
.empty())
852
TransactionList
pending_queue
;
local
940
TransactionList&
pending_queue
= entry->
pending_queue
;
local
958
WorkItemList&
pending_queue
= pending_op->
pending_queue
;
local
[
all
...]
http_cache.h
230
TransactionList
pending_queue
;
member in struct:net::HttpCache::ActiveEntry
Completed in 28 milliseconds