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

  /external/chromium/net/http/
http_cache.h 234 int AddTransactionToEntry(ActiveEntry* entry, Transaction* trans);
http_cache.cc 523 int HttpCache::AddTransactionToEntry(ActiveEntry* entry, Transaction* trans) {
553 // AddTransactionToEntry to add their transaction to the pending queue, which
721 AddTransactionToEntry(entry, next);
http_cache_transaction.cc 495 int rv = cache_->AddTransactionToEntry(new_entry_, this);
507 // We are inside AddTransactionToEntry() so avoid reentering DoLoop().
    [all...]

Completed in 31 milliseconds