CSSFontFaceLoadEvent.h | 44 FontFaceArray fontfaces; member in struct:WebCore::CSSFontFaceLoadEventInit 59 static PassRefPtr<CSSFontFaceLoadEvent> createForFontFaces(const AtomicString& type, const FontFaceArray& fontfaces = FontFaceArray()) 61 return adoptRef<CSSFontFaceLoadEvent>(new CSSFontFaceLoadEvent(type, fontfaces)); 66 FontFaceArray fontfaces() const { return m_fontfaces; } function in class:WebCore::CSSFontFaceLoadEvent
|