Searched defs:isPurgeable (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DPurgeableBuffer.h49 bool isPurgeable() const { return m_state != NonVolatile; } function in class:WebCore::PurgeableBuffer
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResource.cpp270 ASSERT(!isPurgeable());
586 bool CachedResource::isPurgeable() const function in class:WebCore::CachedResource
588 return m_purgeableData && m_purgeableData->isPurgeable();

Completed in 67 milliseconds