Home
last modified time | relevance | path

Searched refs:isPurgeable (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DCachedImage.cpp130 ASSERT(!isPurgeable()); in image()
173 ASSERT(!isPurgeable()); in imageSize()
194 ASSERT(!isPurgeable()); in imageRect()
DMemoryCache.cpp137 …able = MemoryCache::shouldMakeResourcePurgeableOnEviction() && resource && resource->isPurgeable(); in resourceForURL()
310 if (resource->isPurgeable()) in makeResourcePurgeable()
341 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction() || !resource->isPurgeable()) in evict()
596 bool purgeable = o->isPurgeable() && !purged; in addResource()
687 …()) / 1024.0f, current->accessCount(), current->hasClients(), current->isPurgeable(), current->was… in dumpLRULists()
DCachedResource.cpp270 ASSERT(!isPurgeable()); in addClientToSet()
586 bool CachedResource::isPurgeable() const in isPurgeable() function in WebCore::CachedResource
588 return m_purgeableData && m_purgeableData->isPurgeable(); in isPurgeable()
DCachedCSSStyleSheet.cpp77 ASSERT(!isPurgeable()); in sheetText()
DCachedScript.cpp84 ASSERT(!isPurgeable()); in script()
DCachedResource.h206 bool isPurgeable() const;
/external/webkit/Source/WebCore/platform/
DPurgeableBuffer.h49 bool isPurgeable() const { return m_state != NonVolatile; } in isPurgeable() function
DSharedBuffer.cpp92 ASSERT(!purgeableBuffer->isPurgeable()); in adoptPurgeableBuffer()
/external/webkit/Source/WebCore/inspector/
DInspectorResourceAgent.cpp169 if (cachedResource->isPurgeable()) { in resourceData()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1659991 … <rdar://problem/6465669> Frequent !isPurgeable() assertion in WebCore::CachedResource::addClient
67262 (WebCore::CachedResource::isPurgeable):
67275 (WebCore::PurgeableBuffer::isPurgeable):