OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createForFontFaces
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceLoadEvent.h
59
static PassRefPtr<CSSFontFaceLoadEvent>
createForFontFaces
(const AtomicString& type, const FontFaceArray& fontfaces = FontFaceArray())
FontFaceSet.cpp
194
dispatchEvent(CSSFontFaceLoadEvent::
createForFontFaces
(EventTypeNames::loading));
277
doneEvent = CSSFontFaceLoadEvent::
createForFontFaces
(EventTypeNames::loadingdone, m_loadedFonts);
280
errorEvent = CSSFontFaceLoadEvent::
createForFontFaces
(EventTypeNames::loadingerror, m_failedFonts);
Completed in 177 milliseconds