Home | History | Annotate | Download | only in css

Lines Matching defs:CSSFontFace

27 #include "CSSFontFace.h"
37 CSSFontFace::~CSSFontFace()
42 bool CSSFontFace::isLoaded() const
52 bool CSSFontFace::isValid() const
64 void CSSFontFace::addedToSegmentedFontFace(CSSSegmentedFontFace* segmentedFontFace)
69 void CSSFontFace::removedFromSegmentedFontFace(CSSSegmentedFontFace* segmentedFontFace)
74 void CSSFontFace::addSource(CSSFontFaceSource* source)
80 void CSSFontFace::fontLoaded(CSSFontFaceSource* source)
96 // the same font selector, so it's wasteful to store it in the CSSFontFace.
101 SimpleFontData* CSSFontFace::getFontData(const FontDescription& fontDescription, bool syntheticBold, bool syntheticItalic)
121 void CSSFontFace::retireCustomFont(SimpleFontData* fontData)
135 bool CSSFontFace::hasSVGFontFaceSource() const