HomeSort by relevance Sort by last modified time
    Searched refs:canSatisfyMemoryAllocation (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/android/
PlatformBridge.h 147 static bool canSatisfyMemoryAllocation(long bytes);
  /frameworks/base/core/java/android/webkit/
JniUtil.java 180 private static boolean canSatisfyMemoryAllocation(long bytesRequested) {
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 69 if (!PlatformBridge::canSatisfyMemoryAllocation(size.width() * size.height() * 4))
103 if (PlatformBridge::canSatisfyMemoryAllocation(orig.getSize()))
  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 217 bool PlatformBridge::canSatisfyMemoryAllocation(long bytes)
221 jmethodID method = env->GetStaticMethodID(bridgeClass, "canSatisfyMemoryAllocation", "(J)Z");

Completed in 44 milliseconds