Searched refs:CSSSegmentedFontFace (Results 1 – 13 of 13) sorted by relevance
/external/webkit/WebCore/css/ |
D | CSSSegmentedFontFace.cpp | 37 CSSSegmentedFontFace::CSSSegmentedFontFace(CSSFontSelector* fontSelector) in CSSSegmentedFontFace() function in WebCore::CSSSegmentedFontFace 42 CSSSegmentedFontFace::~CSSSegmentedFontFace() in ~CSSSegmentedFontFace() 50 void CSSSegmentedFontFace::pruneTable() in pruneTable() 62 bool CSSSegmentedFontFace::isLoaded() const in isLoaded() 72 bool CSSSegmentedFontFace::isValid() const in isValid() 82 void CSSSegmentedFontFace::fontLoaded(CSSFontFace*) in fontLoaded() 87 void CSSSegmentedFontFace::appendFontFace(PassRefPtr<CSSFontFace> fontFace) in appendFontFace() 94 FontData* CSSSegmentedFontFace::getFontData(const FontDescription& fontDescription) in getFontData()
|
D | CSSSegmentedFontFace.h | 43 class CSSSegmentedFontFace : public RefCounted<CSSSegmentedFontFace> { 45 …static PassRefPtr<CSSSegmentedFontFace> create(CSSFontSelector* selector) { return adoptRef(new CS… in create() 46 ~CSSSegmentedFontFace(); 59 CSSSegmentedFontFace(CSSFontSelector*);
|
D | CSSFontFace.h | 39 class CSSSegmentedFontFace; variable 55 void addedToSegmentedFontFace(CSSSegmentedFontFace*); 56 void removedFromSegmentedFontFace(CSSSegmentedFontFace*); 90 HashSet<CSSSegmentedFontFace*> m_segmentedFontFaces;
|
D | CSSFontFace.cpp | 64 void CSSFontFace::addedToSegmentedFontFace(CSSSegmentedFontFace* segmentedFontFace) in addedToSegmentedFontFace() 69 void CSSFontFace::removedFromSegmentedFontFace(CSSSegmentedFontFace* segmentedFontFace) in removedFromSegmentedFontFace() 88 HashSet<CSSSegmentedFontFace*>::iterator end = m_segmentedFontFaces.end(); in fontLoaded() 89 … for (HashSet<CSSSegmentedFontFace*>::iterator it = m_segmentedFontFaces.begin(); it != end; ++it) in fontLoaded()
|
D | CSSFontSelector.h | 39 class CSSSegmentedFontFace; variable 72 HashMap<String, HashMap<unsigned, RefPtr<CSSSegmentedFontFace> >*, CaseFoldingHash> m_fonts;
|
D | CSSFontSelector.cpp | 488 HashMap<unsigned, RefPtr<CSSSegmentedFontFace> >* segmentedFontFaceCache = m_fonts.get(family); in getFontData() 490 segmentedFontFaceCache = new HashMap<unsigned, RefPtr<CSSSegmentedFontFace> >; in getFontData() 496 RefPtr<CSSSegmentedFontFace> face = segmentedFontFaceCache->get(traitsMask); in getFontData() 499 face = CSSSegmentedFontFace::create(this); in getFontData()
|
/external/webkit/WebCore/ |
D | Android.mk | 230 css/CSSSegmentedFontFace.cpp \
|
D | WebCore.scons | 34 'css/CSSSegmentedFontFace.cpp',
|
D | GNUmakefile.am | 464 WebCore/css/CSSSegmentedFontFace.cpp \ 465 WebCore/css/CSSSegmentedFontFace.h \
|
D | WebCore.pro | 528 css/CSSSegmentedFontFace.cpp \
|
D | ChangeLog-2008-08-10 | 8646 * css/CSSSegmentedFontFace.cpp: 8649 (WebCore::CSSSegmentedFontFace::~CSSSegmentedFontFace): 8650 (WebCore::CSSSegmentedFontFace::isLoaded): 8651 (WebCore::CSSSegmentedFontFace::isValid): 8652 (WebCore::CSSSegmentedFontFace::appendFontFace): 8653 (WebCore::CSSSegmentedFontFace::getFontData): Removed the synthetic 8658 * css/CSSSegmentedFontFace.h: 10253 CSSFontFace and CSSSegmentedFontFace is in fact many-to-many. 10269 * css/CSSSegmentedFontFace.cpp: 10270 (WebCore::CSSSegmentedFontFace::~CSSSegmentedFontFace): Added code to [all …]
|
D | ChangeLog | 19216 CSSFontSelector after one CSSSegmentedFontFace had pruned its tables but 19217 before another CSSSegmentedFontFace using the same CSSFontFace had done 19226 * css/CSSSegmentedFontFace.cpp: 19227 (WebCore::CSSSegmentedFontFace::fontLoaded):
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 578 …62FA000ECE0D5 /* CSSSegmentedFontFace.h in Headers */ = {isa = PBXBuildFile; fileRef = 371F519F0D2… 579 …2FA000ECE0D5 /* CSSSegmentedFontFace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 371F51A00D… 5470 …CE0D5 /* CSSSegmentedFontFace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 5471 …D5 /* CSSSegmentedFontFace.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 13898 371F51A00D262FA000ECE0D5 /* CSSSegmentedFontFace.cpp */, 13899 371F519F0D262FA000ECE0D5 /* CSSSegmentedFontFace.h */, 14533 371F51A10D262FA000ECE0D5 /* CSSSegmentedFontFace.h in Headers */, 16999 371F51A20D262FA000ECE0D5 /* CSSSegmentedFontFace.cpp in Sources */,
|