HomeSort by relevance Sort by last modified time
    Searched defs:CSSFontFace (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/css/
CSSFontFace.cpp 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
    [all...]
CSSFontFace.h 43 class CSSFontFace : public RefCounted<CSSFontFace> {
45 static PassRefPtr<CSSFontFace> create(FontTraitsMask traitsMask) { return adoptRef(new CSSFontFace(traitsMask)); }
46 ~CSSFontFace();
83 CSSFontFace(FontTraitsMask traitsMask)

Completed in 387 milliseconds