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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.h 125 void disablePurging() { m_purgePreventCount++; }
128 ASSERT(m_purgePreventCount);
129 if (!--m_purgePreventCount)
145 int m_purgePreventCount;
FontCache.cpp 58 : m_purgePreventCount(0)
158 ASSERT(m_purgePreventCount);
229 ASSERT(!m_purgePreventCount || PurgeSeverity == PurgeIfNeeded);
230 if (m_purgePreventCount)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkiaWin.cpp 46 : m_purgePreventCount(0)

Completed in 299 milliseconds