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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceLoadEvent.idl 36 readonly attribute FontFace[] fontfaces;
CSSFontFaceLoadEvent.cpp 41 CSSFontFaceLoadEvent::CSSFontFaceLoadEvent(const AtomicString& type, const FontFaceArray& fontfaces)
43 , m_fontfaces(fontfaces)
50 , m_fontfaces(initializer.fontfaces)
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

Completed in 26 milliseconds