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

  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.h 36 bool allocationCanFail() const { return m_allocationCanFail; }
37 void setAllocationCanFail(bool c) { m_allocationCanFail = c; }
55 bool m_allocationCanFail;
MemoryManager.cpp 44 : m_allocationCanFail(false)

Completed in 7706 milliseconds