Searched refs:MemoryAllocationCanFail (Results 1 - 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/wtf/wince/
H A DMemoryManager.h60 class MemoryAllocationCanFail { class in namespace:WTF
62 MemoryAllocationCanFail() : m_old(memoryManager()->allocationCanFail()) { memoryManager()->setAllocationCanFail(true); } function in class:WTF::MemoryAllocationCanFail
63 ~MemoryAllocationCanFail() { memoryManager()->setAllocationCanFail(m_old); }
79 using WTF::MemoryAllocationCanFail;
H A DMemoryManager.cpp144 MemoryAllocationCanFail canFail;
150 MemoryAllocationCanFail canFail;
156 MemoryAllocationCanFail canFail;
162 MemoryAllocationCanFail canFail;
/external/webkit/WebCore/platform/graphics/wince/
H A DPlatformPathWince.cpp237 MemoryAllocationCanFail canFail;

Completed in 108 milliseconds