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 304 int AddTransactionToEntry(ActiveEntry* entry, Transaction* trans);
http_cache.cc 789 int HttpCache::AddTransactionToEntry(ActiveEntry* entry, Transaction* trans) {
820 // AddTransactionToEntry to add their transaction to the pending queue, which
1014 int rv = AddTransactionToEntry(entry, next);
    [all...]
http_cache_transaction.cc 851 return cache_->AddTransactionToEntry(new_entry_, this);
    [all...]

Completed in 85 milliseconds