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

  /external/chromium_org/net/http/
http_cache.cc 323 PendingOp* pending_op = pending_it->second; local
324 delete pending_op->writer;
329 if (!pending_op->callback.is_null()) {
334 pending_op->callback.Reset();
337 STLDeleteElements(&pending_op->pending_queue);
339 delete pending_op;
460 PendingOp* pending_op = GetPendingOp(std::string()); local
461 if (pending_op->writer) {
463 pending_op->pending_queue.push_back(item.release());
467 DCHECK(pending_op->pending_queue.empty())
492 PendingOp* pending_op = GetPendingOp(std::string()); local
576 PendingOp* pending_op = GetPendingOp(key); local
713 PendingOp* pending_op = GetPendingOp(key); local
742 PendingOp* pending_op = GetPendingOp(key); local
    [all...]
http_cache.h 295 void DeletePendingOp(PendingOp* pending_op);
346 // Removes the transaction |trans|, from the pending list of |pending_op|.
347 bool RemovePendingTransactionFromPendingOp(PendingOp* pending_op,
362 // Helper to conditionally delete |pending_op| if the HttpCache object it
369 PendingOp* pending_op,
373 void OnBackendCreated(int result, PendingOp* pending_op);
  /external/chromium/net/http/
http_cache.cc 190 BackendCallback(HttpCache* cache, PendingOp* pending_op)
191 : cache_(cache), pending_op_(pending_op) {}
198 // The callback was cancelled so we should delete the pending_op that
390 PendingOp* pending_op = pending_it->second; local
391 delete pending_op->writer;
397 static_cast<BackendCallback*>(pending_op->callback);
404 delete pending_op->callback;
407 STLDeleteElements(&pending_op->pending_queue);
409 delete pending_op;
507 PendingOp* pending_op = GetPendingOp("") local
538 PendingOp* pending_op = GetPendingOp(""); local
610 PendingOp* pending_op = GetPendingOp(key); local
733 PendingOp* pending_op = GetPendingOp(key); local
759 PendingOp* pending_op = GetPendingOp(key); local
    [all...]
http_cache.h 282 void DeletePendingOp(PendingOp* pending_op);
333 // Removes the transaction |trans|, from the pending list of |pending_op|.
334 bool RemovePendingTransactionFromPendingOp(PendingOp* pending_op,
350 void OnBackendCreated(int result, PendingOp* pending_op);
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 3438 btif_hl_pend_dch_op_t pending_op; local
    [all...]

Completed in 50 milliseconds