Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFontFallbackList.cpp44 , m_loadingCustomFonts(false) in FontFallbackList()
58 m_loadingCustomFonts = false; in invalidate()
109 m_loadingCustomFonts = true; in fontDataAt()
DFontFallbackList.h50 bool loadingCustomFonts() const { return m_loadingCustomFonts; } in loadingCustomFonts()
80 mutable bool m_loadingCustomFonts; variable