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

  /external/chromium/net/http/
http_cache.h 334 bool RemovePendingTransactionFromPendingOp(PendingOp* pending_op,
http_cache.cc 929 found = RemovePendingTransactionFromPendingOp(j->second, trans);
937 found = RemovePendingTransactionFromPendingOp(j->second, trans);
962 bool HttpCache::RemovePendingTransactionFromPendingOp(PendingOp* pending_op,
    [all...]
  /external/chromium_org/net/http/
http_cache.h 347 bool RemovePendingTransactionFromPendingOp(PendingOp* pending_op,
http_cache.cc 915 found = RemovePendingTransactionFromPendingOp(j->second, trans);
923 found = RemovePendingTransactionFromPendingOp(j->second, trans);
948 bool HttpCache::RemovePendingTransactionFromPendingOp(PendingOp* pending_op,
    [all...]

Completed in 50 milliseconds