OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShouldTrimDeleted
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/
eviction.cc
239
bool Eviction::
ShouldTrimDeleted
() {
379
} else if (
ShouldTrimDeleted
()) {
512
if (deleted_entries && !empty &&
ShouldTrimDeleted
()) {
/external/chromium_org/net/disk_cache/v3/
eviction_v3.cc
256
bool Eviction::
ShouldTrimDeleted
() {
362
} else if (
ShouldTrimDeleted
()) {
403
if (deleted_entries && !empty &&
ShouldTrimDeleted
()) {
Completed in 131 milliseconds