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

  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp 143 // Add the size back since we had subtracted it when we marked the memory as purgeable.
339 // resource purgeable in makeResourcePurgeable(). So adjust the size if we are evicting a
340 // resource that was not marked as purgeable.
596 bool purgeable = o->isPurgeable() && !purged; local
602 purgeableSize += purgeable ? pageSize : 0;
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 155 // since we "may" create a purgeable imageref, we require the stream be ref'able
400 // for now we don't allow purgeable with java inputstreams
453 /* Allow purgeable iff we own the FD, i.e., in the puregeable and
523 bool purgeable = optionsPurgeable(env, options) && !optionsJustBounds(env, options); local
525 SkStream* stream = new SkMemoryStream(ar.ptr() + offset, length, purgeable);
527 return doDecode(env, stream, NULL, options, purgeable);

Completed in 179 milliseconds