Searched refs:canSatisfyMemoryAllocation (Results 1 – 3 of 3) sorted by relevance
147 static bool canSatisfyMemoryAllocation(long bytes);
69 if (!PlatformBridge::canSatisfyMemoryAllocation(size.width() * size.height() * 4)) in ImageBuffer()103 if (PlatformBridge::canSatisfyMemoryAllocation(orig.getSize())) in copyImage()
217 bool PlatformBridge::canSatisfyMemoryAllocation(long bytes) in canSatisfyMemoryAllocation() function in WebCore::PlatformBridge