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

  /external/webkit/Source/WebCore/css/
CSSSegmentedFontFace.h 43 class CSSSegmentedFontFace : public RefCounted<CSSSegmentedFontFace> {
45 static PassRefPtr<CSSSegmentedFontFace> create(CSSFontSelector* selector) { return adoptRef(new CSSSegmentedFontFace(selector)); }
46 ~CSSSegmentedFontFace();
57 CSSSegmentedFontFace(CSSFontSelector*);
CSSSegmentedFontFace.cpp 27 #include "CSSSegmentedFontFace.h"
37 CSSSegmentedFontFace::CSSSegmentedFontFace(CSSFontSelector* fontSelector)
42 CSSSegmentedFontFace::~CSSSegmentedFontFace()
50 void CSSSegmentedFontFace::pruneTable()
63 bool CSSSegmentedFontFace::isValid() const
74 void CSSSegmentedFontFace::fontLoaded(CSSFontFace*)
79 void CSSSegmentedFontFace::appendFontFace(PassRefPtr<CSSFontFace> fontFace)
86 FontData* CSSSegmentedFontFace::getFontData(const FontDescription& fontDescription
    [all...]
CSSFontFace.h 39 class CSSSegmentedFontFace;
55 void addedToSegmentedFontFace(CSSSegmentedFontFace*);
56 void removedFromSegmentedFontFace(CSSSegmentedFontFace*);
99 HashSet<CSSSegmentedFontFace*> m_segmentedFontFaces;
CSSFontFace.cpp 31 #include "CSSSegmentedFontFace.h"
64 void CSSFontFace::addedToSegmentedFontFace(CSSSegmentedFontFace* segmentedFontFace)
69 void CSSFontFace::removedFromSegmentedFontFace(CSSSegmentedFontFace* segmentedFontFace)
87 // CSSSegmentedFontFace is removed.
91 HashSet<CSSSegmentedFontFace*>::iterator end = m_segmentedFontFaces.end();
92 for (HashSet<CSSSegmentedFontFace*>::iterator it = m_segmentedFontFaces.begin(); it != end; ++it)
CSSFontSelector.h 40 class CSSSegmentedFontFace;
79 HashMap<String, HashMap<unsigned, RefPtr<CSSSegmentedFontFace> >*, CaseFoldingHash> m_fonts;
CSSFontSelector.cpp 38 #include "CSSSegmentedFontFace.h"
520 HashMap<unsigned, RefPtr<CSSSegmentedFontFace> >* segmentedFontFaceCache = m_fonts.get(family);
522 segmentedFontFaceCache = new HashMap<unsigned, RefPtr<CSSSegmentedFontFace> >;
528 RefPtr<CSSSegmentedFontFace> face = segmentedFontFaceCache->get(traitsMask);
531 face = CSSSegmentedFontFace::create(this);
  /external/webkit/Source/WebCore/
Android.mk 63 css/CSSSegmentedFontFace.cpp \
    [all...]

Completed in 6020 milliseconds