OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddTransactionToEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
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
...]
/external/chromium_org/net/http/
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
...]
Completed in 40 milliseconds