OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canSatisfyMemoryAllocation
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/android/
PlatformBridge.h
151
static bool
canSatisfyMemoryAllocation
(long bytes);
/frameworks/base/core/java/android/webkit/
JniUtil.java
178
private static boolean
canSatisfyMemoryAllocation
(long bytesRequested) {
/external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp
58
if (!PlatformBridge::
canSatisfyMemoryAllocation
(size.width() * size.height() * 4))
88
if (!PlatformBridge::
canSatisfyMemoryAllocation
(orig.getSize()))
/external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp
233
bool PlatformBridge::
canSatisfyMemoryAllocation
(long bytes)
237
jmethodID method = env->GetStaticMethodID(bridgeClass, "
canSatisfyMemoryAllocation
", "(J)Z");
Completed in 178 milliseconds