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 140 void disablePurging() { m_purgePreventCount++; }
143 ASSERT(m_purgePreventCount);
144 if (!--m_purgePreventCount)
161 int m_purgePreventCount;
FontCache.cpp 59 : m_purgePreventCount(0)
158 ASSERT(m_purgePreventCount);
225 ASSERT(!m_purgePreventCount || PurgeSeverity == PurgeIfNeeded);
226 if (m_purgePreventCount)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCacheSkiaWin.cpp 59 : m_purgePreventCount(0)

Completed in 6808 milliseconds