OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:purgeable
(Results
1 - 4
of
4
) sorted by null
/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
);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h
241
bool makePurgeable(bool
purgeable
);
MemoryCache.cpp
521
bool
purgeable
= o->isPurgeable() && !purged;
local
529
purgeableSize +=
purgeable
? pageSize : 0;
Resource.cpp
784
bool Resource::makePurgeable(bool
purgeable
)
786
if (
purgeable
) {
796
// Should not make buffer
purgeable
if it has refs other than this since we don't want two copies.
Completed in 32 milliseconds