OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:purgeable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp
521
bool
purgeable
= o->isPurgeable() && !purged;
local
529
purgeableSize +=
purgeable
? pageSize : 0;
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
223
// since we "may" create a
purgeable
imageref, we require the stream be ref'able
506
// for now we don't allow
purgeable
with java inputstreams
538
// Retain the old behavior of allowing
purgeable
if both
purgeable
and
601
bool
purgeable
= optionsPurgeable(env, options) && !optionsJustBounds(env, options);
local
603
SkMemoryStream* stream = new SkMemoryStream(ar.ptr() + offset, length,
purgeable
);
605
return doDecode(env, stream, NULL, options,
purgeable
);
Completed in 179 milliseconds