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

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.cpp 44 , m_loadingCustomFonts(false)
58 m_loadingCustomFonts = false;
109 m_loadingCustomFonts = true;
FontFallbackList.h 50 bool loadingCustomFonts() const { return m_loadingCustomFonts; }
80 mutable bool m_loadingCustomFonts;

Completed in 48 milliseconds