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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/opentype/
H A DOpenTypeVerticalData.h70 bool m_inFontCache; // for mark & sweep in FontCache::purgeInactiveFontData() member in class:WebCore::OpenTypeVerticalData
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontCache.cpp518 verticalData->value->m_inFontCache = false;
524 verticalData->m_inFontCache = true;
529 if (!verticalData->value || !verticalData->value->m_inFontCache)

Completed in 88 milliseconds