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

/external/webkit/Source/JavaScriptCore/wtf/wince/
H A DMemoryManager.h62 MemoryAllocationCanFail() : m_old(memoryManager()->allocationCanFail()) { memoryManager()->setAllocationCanFail(true); }
63 ~MemoryAllocationCanFail() { memoryManager()->setAllocationCanFail(m_old); }
65 bool m_old; member in class:WTF::MemoryAllocationCanFail
70 MemoryAllocationCannotFail() : m_old(memoryManager()->allocationCanFail()) { memoryManager()->setAllocationCanFail(false); }
71 ~MemoryAllocationCannotFail() { memoryManager()->setAllocationCanFail(m_old); }
73 bool m_old; member in class:WTF::MemoryAllocationCannotFail

Completed in 52 milliseconds