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

  /external/webkit/Source/WebCore/platform/
PurgeableBuffer.h 49 bool isPurgeable() const { return m_state != NonVolatile; }
SharedBuffer.cpp 92 ASSERT(!purgeableBuffer->isPurgeable());
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java 53 public PurgeableBitmapView(Context context, boolean isPurgeable) {
56 mOptions.inPurgeable = isPurgeable;
  /external/webkit/Source/WebCore/loader/cache/
CachedCSSStyleSheet.cpp 77 ASSERT(!isPurgeable());
CachedScript.cpp 84 ASSERT(!isPurgeable());
CachedImage.cpp 130 ASSERT(!isPurgeable());
173 ASSERT(!isPurgeable());
194 ASSERT(!isPurgeable());
MemoryCache.cpp 137 bool wasPurgeable = MemoryCache::shouldMakeResourcePurgeableOnEviction() && resource && resource->isPurgeable();
310 if (resource->isPurgeable())
341 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction() || !resource->isPurgeable())
596 bool purgeable = o->isPurgeable() && !purged;
678 printf("LRU-SP lists in eviction order (Kilobytes decoded, Kilobytes encoded, Access count, Referenced, isPurgeable, wasPurged):\n");
687 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());
CachedResource.cpp 270 ASSERT(!isPurgeable());
586 bool CachedResource::isPurgeable() const
588 return m_purgeableData && m_purgeableData->isPurgeable();
CachedResource.h 206 bool isPurgeable() const;
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 170 bool isPurgeable = !willScale &&
228 if (!isPurgeable) {
242 if (isPurgeable) {
365 if (isPurgeable) {
430 bool isPurgeable = optionsPurgeable(env, bitmapFactoryOptions);
433 if (isPurgeable && isShareable) {
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.cpp 169 if (cachedResource->isPurgeable()) {

Completed in 651 milliseconds