OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_failedFonts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.h
137
bool hasLoadedFonts() const { return !m_loadedFonts.isEmpty() || !
m_failedFonts
.isEmpty(); }
155
FontFaceArray
m_failedFonts
;
FontFaceSet.cpp
245
m_failedFonts
.append(fontFace);
416
if (!
m_failedFonts
.isEmpty()) {
417
errorEvent = FontFaceSetLoadEvent::createForFontFaces(EventTypeNames::loadingerror,
m_failedFonts
);
418
m_failedFonts
.clear();
588
visitor->trace(
m_failedFonts
);
Completed in 1132 milliseconds