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

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.cpp 133 , m_loadingCount(0)
163 return (m_loadingCount > 0 || hasLoadedFonts()) ? loading : loaded;
179 if (m_loadingCount || (!hasLoadedFonts() && m_readyResolvers.isEmpty()))
219 if (!m_loadingCount && !hasLoadedFonts()) {
224 ++m_loadingCount;
245 ASSERT(m_loadingCount > 0);
246 --m_loadingCount;
247 if (!m_loadingCount)
264 if (m_loadingCount || (!hasLoadedFonts() && m_readyResolvers.isEmpty()))
FontFaceSet.h 121 unsigned m_loadingCount;

Completed in 475 milliseconds