Searched defs:canAllocate (Results 1 - 1 of 1) sorted by last modified time

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp222 jboolean canAllocate = env->CallStaticBooleanMethod(bridgeClass, method, static_cast<jlong>(bytes)); local
225 return canAllocate == JNI_TRUE;

Completed in 60 milliseconds