Searched refs:wasPurged (Results 1 – 5 of 5) sorted by relevance
51 bool wasPurged() const;
65 bool PurgeableBuffer::wasPurged() const in wasPurged() function in WebCore::PurgeableBuffer
222 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()
828 bool Resource::wasPurged() const in wasPurged() function in WebCore::Resource830 return m_purgeableData && m_purgeableData->wasPurged(); in wasPurged()
236 bool wasPurged() const;