OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetListForEntryV2
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/disk_cache/
eviction.h
64
Rankings::List
GetListForEntryV2
(EntryImpl* entry);
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.h
64
Rankings::List
GetListForEntryV2
(EntryImpl* entry);
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) {
/external/chromium_org/net/disk_cache/v3/
eviction_v3.cc
211
rankings_->Insert(entry->rankings(), true,
GetListForEntryV2
(entry));
283
rankings_->Remove(entry->rankings(),
GetListForEntryV2
(entry), true);
Completed in 288 milliseconds