Searched refs:AddTransactionToEntry (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache.h338 int AddTransactionToEntry(ActiveEntry* entry, Transaction* trans);
H A Dhttp_cache.cc822 int HttpCache::AddTransactionToEntry(ActiveEntry* entry, Transaction* trans) { function in class:net::HttpCache
853 // AddTransactionToEntry to add their transaction to the pending queue, which
1059 int rv = AddTransactionToEntry(entry, next);
H A Dhttp_cache_transaction.cc1388 int rv = cache_->AddTransactionToEntry(new_entry_, this);

Completed in 280 milliseconds