HomeSort by relevance Sort by last modified time
    Searched defs:isPurgeable (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/
PurgeableBuffer.h 49 bool isPurgeable() const { return m_state != NonVolatile; }
  /external/webkit/WebCore/loader/
CachedResource.cpp 183 ASSERT(!isPurgeable());
468 bool CachedResource::isPurgeable() const
470 return m_purgeableData && m_purgeableData->isPurgeable();
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 181 bool isPurgeable = forcePurgeable ||
221 if (!isPurgeable) {
235 if (isPurgeable) {
290 if (isPurgeable) {
338 bool isPurgeable = optionsPurgeable(env, bitmapFactoryOptions);
341 if (isPurgeable && isShareable) {

Completed in 700 milliseconds