Lines Matching refs:CSSFontFace
1078 * css/CSSFontFace.cpp: Added.
1079 (WebCore::CSSFontFace::CSSFontFace):
1080 (WebCore::CSSFontFace::~CSSFontFace):
1081 (WebCore::CSSFontFace::isLoaded):
1082 (WebCore::CSSFontFace::isValid):
1083 (WebCore::CSSFontFace::addSource):
1084 (WebCore::CSSFontFace::fontLoaded):
1085 (WebCore::CSSFontFace::getFontData):
1086 * css/CSSFontFace.h: Added.
1087 …A CSSFontFace is a composite object. It consists of multiple font-face sources, where each source…
1119 …sing. Represents the parsed form of the src value that can then be used to build up a CSSFontFace.