Searched refs:loadingCustomFonts (Results 1 – 5 of 5) sorted by relevance
102 if (loadingCustomFonts() || other.loadingCustomFonts()) in operator ==()130 if (loadingCustomFonts()) in drawText()150 if (loadingCustomFonts()) in drawEmphasisMarks()
50 bool loadingCustomFonts() const { return m_loadingCustomFonts; } in loadingCustomFonts() function
237 bool loadingCustomFonts() const in loadingCustomFonts() function239 return m_fontList && m_fontList->loadingCustomFonts(); in loadingCustomFonts()
35456 (WebCore::Font::loadingCustomFonts): Made this private.35880 (WebCore::Font::operator==): Replace condition with new function loadingCustomFonts()35881 (WebCore::Font::drawText): Replace condition with new function loadingCustomFonts()35882 (WebCore::Font::drawEmphasisMarks): Replace condition with new function loadingCustomFonts()35884 (WebCore::Font::loadingCustomFonts): new function that returns if a custom font is loading.
1210 (WebCore::FontFallbackList::loadingCustomFonts):