Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp102 if (loadingCustomFonts() || other.loadingCustomFonts()) in operator ==()
130 if (loadingCustomFonts()) in drawText()
150 if (loadingCustomFonts()) in drawEmphasisMarks()
DFontFallbackList.h50 bool loadingCustomFonts() const { return m_loadingCustomFonts; } in loadingCustomFonts() function
DFont.h237 bool loadingCustomFonts() const in loadingCustomFonts() function
239 return m_fontList && m_fontList->loadingCustomFonts(); in loadingCustomFonts()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1635456 (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.
DChangeLog-2007-10-141210 (WebCore::FontFallbackList::loadingCustomFonts):