Home
last modified time | relevance | path

Searched refs:makePurgeable (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCSSStyleSheetResource.cpp146 makePurgeable(true); in destroyDecodedData()
DResource.h241 bool makePurgeable(bool purgeable);
DImageResource.cpp401 makePurgeable(true); in destroyDecodedData()
DResource.cpp784 bool Resource::makePurgeable(bool purgeable) in makePurgeable() function in WebCore::Resource
DMemoryCache.cpp140 if (resource && !resource->makePurgeable(false)) { in resourceForURL()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp152 if (!cachedResource->makePurgeable(false)) in prepareResourceBuffer()