HomeSort by relevance Sort by last modified time
    Searched refs:loadingCustomFonts (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.h 50 bool loadingCustomFonts() const { return m_loadingCustomFonts; }
Font.cpp 102 if (loadingCustomFonts() || other.loadingCustomFonts())
130 if (loadingCustomFonts())
150 if (loadingCustomFonts())
Font.h 237 bool loadingCustomFonts() const
239 return m_fontList && m_fontList->loadingCustomFonts();

Completed in 198 milliseconds