wasPurged 236 Source/core/fetch/MemoryCache.cpp if (current->m_resource->wasPurged()) { wasPurged 521 Source/core/fetch/MemoryCache.cpp bool purged = o->wasPurged(); wasPurged 681 Source/core/fetch/MemoryCache.cpp printf("(%.1fK, %.1fK, %uA, %dR, %d, %d); ", current->decodedSize() / 1024.0f, (current->encodedSize() + current->overheadSize()) / 1024.0f, current->accessCount(), current->hasClients(), current->isPurgeable(), current->wasPurged()); wasPurged 231 Source/core/fetch/Resource.h bool wasPurged() const; wasPurged 265 Source/platform/PurgeableVectorTest.cpp const bool wasPurged = !purgeableVector.lock(); wasPurged 268 Source/platform/PurgeableVectorTest.cpp EXPECT_TRUE(wasPurged); wasPurged 278 Source/platform/PurgeableVectorTest.cpp if (!wasPurged)