OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetListForEntryV2
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/disk_cache/
eviction.cc
275
rankings_->Remove(entry->rankings(),
GetListForEntryV2
(entry), true);
371
rankings_->UpdateRank(entry->rankings(), modified,
GetListForEntryV2
(entry));
421
rankings_->Insert(entry->rankings(), true,
GetListForEntryV2
(entry));
435
rankings_->Remove(entry->rankings(),
GetListForEntryV2
(entry), true);
449
Rankings::List Eviction::
GetListForEntryV2
(EntryImpl* entry) {
/external/chromium_org/net/disk_cache/
eviction.cc
298
rankings_->Remove(entry->rankings(),
GetListForEntryV2
(entry), true);
398
rankings_->UpdateRank(entry->rankings(), modified,
GetListForEntryV2
(entry));
448
rankings_->Insert(entry->rankings(), true,
GetListForEntryV2
(entry));
462
rankings_->Remove(entry->rankings(),
GetListForEntryV2
(entry), true);
476
Rankings::List Eviction::
GetListForEntryV2
(EntryImpl* entry) {
Completed in 23 milliseconds