OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddTransactionToEntry
(Results
1 - 6
of
6
) 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
...]
/external/chromium_org/net/http/
http_cache.h
317
int
AddTransactionToEntry
(ActiveEntry* entry, Transaction* trans);
http_cache.cc
775
int HttpCache::
AddTransactionToEntry
(ActiveEntry* entry, Transaction* trans) {
806
//
AddTransactionToEntry
to add their transaction to the pending queue, which
1002
int rv =
AddTransactionToEntry
(entry, next);
[
all
...]
http_cache_transaction.cc
[
all
...]
Completed in 144 milliseconds