OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_loadingFonts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.cpp
182
return (!
m_loadingFonts
.isEmpty() || hasLoadedFonts()) ? loading : loaded;
193
if (document()->frame()->isMainFrame() &&
m_loadingFonts
.isEmpty())
195
if (!
m_loadingFonts
.isEmpty() || (!hasLoadedFonts() && m_readyResolvers.isEmpty()))
251
if (
m_loadingFonts
.isEmpty() && !hasLoadedFonts()) {
255
m_loadingFonts
.add(fontFace);
260
m_loadingFonts
.remove(fontFace);
261
if (
m_loadingFonts
.isEmpty())
401
if (!
m_loadingFonts
.isEmpty() || (!hasLoadedFonts() && m_readyResolvers.isEmpty()))
586
visitor->trace(
m_loadingFonts
);
FontFaceSet.h
151
WillBeHeapHashSet<RefPtrWillBeMember<FontFace> >
m_loadingFonts
;
Completed in 116 milliseconds