Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.h56 bool inFontCache() const { return m_inFontCache; } in inFontCache()
57 void setInFontCache(bool inFontCache) { m_inFontCache = inFontCache; } in setInFontCache()
73 bool m_inFontCache; // for mark & sweep in FontCache::purgeInactiveFontData() variable