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

/external/webkit/WebCore/platform/graphics/
H A DFontFallbackList.h53 bool loadingCustomFonts() const { return m_loadingCustomFonts; } function in class:WebCore::FontFallbackList
H A DFont.cpp112 if ((m_fontList && m_fontList->loadingCustomFonts()) ||
113 (other.m_fontList && other.m_fontList->loadingCustomFonts()))
165 if (m_fontList && m_fontList->loadingCustomFonts())

Completed in 77 milliseconds