Searched refs:wasPurged (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPurgeableVectorTest.cpp265 const bool wasPurged = !purgeableVector.lock(); local
268 EXPECT_TRUE(wasPurged);
278 if (!wasPurged)
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.h243 bool wasPurged() const;
H A DMemoryCache.cpp282 if (current->m_resource->wasPurged() && current->m_resource->canDelete()
603 bool purged = o->wasPurged();
780 printf("LRU-SP lists in eviction order (Kilobytes decoded, Kilobytes encoded, Access count, Referenced, isPurgeable, wasPurged):\n");
789 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());
H A DResource.cpp849 bool Resource::wasPurged() const function in class:blink::Resource

Completed in 105 milliseconds