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

  /external/chromium/net/http/
http_cache.h 330 bool RemovePendingTransactionFromEntry(ActiveEntry* entry,
http_cache.cc 921 found = RemovePendingTransactionFromEntry(i->second, trans);
944 found = RemovePendingTransactionFromEntry(*k, trans);
949 bool HttpCache::RemovePendingTransactionFromEntry(ActiveEntry* entry,
    [all...]
  /external/chromium_org/net/http/
http_cache.h 343 bool RemovePendingTransactionFromEntry(ActiveEntry* entry,
http_cache.cc 907 found = RemovePendingTransactionFromEntry(i->second, trans);
930 found = RemovePendingTransactionFromEntry(*k, trans);
935 bool HttpCache::RemovePendingTransactionFromEntry(ActiveEntry* entry,
    [all...]

Completed in 259 milliseconds