OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pending_op
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_cache.cc
363
PendingOp*
pending_op
= pending_it->second;
local
364
delete
pending_op
->writer;
369
if (!
pending_op
->callback.is_null()) {
374
pending_op
->callback.Reset();
377
STLDeleteElements(&
pending_op
->pending_queue);
379
delete
pending_op
;
506
PendingOp*
pending_op
= GetPendingOp(std::string());
local
507
if (
pending_op
->writer) {
509
pending_op
->pending_queue.push_back(item.release());
513
DCHECK(
pending_op
->pending_queue.empty())
538
PendingOp*
pending_op
= GetPendingOp(std::string());
local
623
PendingOp*
pending_op
= GetPendingOp(key);
local
763
PendingOp*
pending_op
= GetPendingOp(key);
local
792
PendingOp*
pending_op
= GetPendingOp(key);
local
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_hl.c
3386
btif_hl_pend_dch_op_t
pending_op
;
local
[
all
...]
Completed in 626 milliseconds