Home
last modified time | relevance | path

Searched refs:canSatisfyMemoryAllocation (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
DPlatformBridge.h147 static bool canSatisfyMemoryAllocation(long bytes);
/external/webkit/Source/WebCore/platform/graphics/android/
DImageBufferAndroid.cpp69 if (!PlatformBridge::canSatisfyMemoryAllocation(size.width() * size.height() * 4)) in ImageBuffer()
103 if (PlatformBridge::canSatisfyMemoryAllocation(orig.getSize())) in copyImage()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DPlatformBridge.cpp217 bool PlatformBridge::canSatisfyMemoryAllocation(long bytes) in canSatisfyMemoryAllocation() function in WebCore::PlatformBridge