Home
last modified time | relevance | path

Searched refs:wasPurged (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPurgeableBuffer.h51 bool wasPurged() const;
DPurgeableBuffer.cpp65 bool PurgeableBuffer::wasPurged() const in wasPurged() function in WebCore::PurgeableBuffer
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.cpp222 if (current->wasPurged()) { in pruneDeadResources()
520 bool purged = o->wasPurged(); in addResource()
679 …4.0f, current->accessCount(), current->hasClients(), current->isPurgeable(), current->wasPurged()); in dumpLRULists()
DResource.cpp828 bool Resource::wasPurged() const in wasPurged() function in WebCore::Resource
830 return m_purgeableData && m_purgeableData->wasPurged(); in wasPurged()
DResource.h236 bool wasPurged() const;