Searched refs:purgeable (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DResource.h240 bool makePurgeable(bool purgeable);
H A DMemoryCache.cpp508 bool purgeable = o->isPurgeable() && !purged; local
516 purgeableSize += purgeable ? pageSize : 0;
H A DResource.cpp758 bool Resource::makePurgeable(bool purgeable) argument
760 if (purgeable) {
770 // Should not make buffer purgeable if it has refs other than this since we don't want two copies.

Completed in 188 milliseconds