Searched refs:loadingCustomFonts (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFontFallbackList.h50 bool loadingCustomFonts() const { return m_loadingCustomFonts; } function in class:WebCore::FontFallbackList
H A DFont.cpp102 if (loadingCustomFonts() || other.loadingCustomFonts())
130 if (loadingCustomFonts())
150 if (loadingCustomFonts())
H A DFont.h237 bool loadingCustomFonts() const function in class:WebCore::Font
239 return m_fontList && m_fontList->loadingCustomFonts();

Completed in 70 milliseconds