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

  /external/webkit/Source/WebCore/platform/mac/
PurgeableBufferMac.cpp 46 , m_state(NonVolatile)
81 if (m_state != NonVolatile)
106 if (m_state == NonVolatile)
120 m_state = state & VM_PURGABLE_EMPTY ? Purged : NonVolatile;
121 return m_state == NonVolatile;
126 if (m_state == NonVolatile)
150 ASSERT(m_state == NonVolatile);
  /external/webkit/Source/WebCore/platform/
PurgeableBuffer.h 49 bool isPurgeable() const { return m_state != NonVolatile; }
61 enum State { NonVolatile, Volatile, Purged };

Completed in 30 milliseconds