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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.h 80 bool loadingCustomFonts() const;
Font.h 171 bool loadingCustomFonts() const
173 return m_fontFallbackList && m_fontFallbackList->loadingCustomFonts();
FontFallbackList.cpp 94 bool FontFallbackList::loadingCustomFonts() const
Font.cpp 81 if (loadingCustomFonts() || other.loadingCustomFonts())
    [all...]

Completed in 203 milliseconds