Searched refs:m_locallyInstalledFontFaces (Results 1 – 2 of 2) sorted by relevance
75 deleteAllValues(m_locallyInstalledFontFaces); in ~CSSFontSelector()337 ASSERT(!m_locallyInstalledFontFaces.contains(familyName)); in addFontFaceRule()345 m_locallyInstalledFontFaces.set(familyName, familyLocallyInstalledFaces); in addFontFaceRule()513 …ector<RefPtr<CSSFontFace> >* familyLocallyInstalledFontFaces = m_locallyInstalledFontFaces.get(fam… in getFontData()
71 HashMap<String, Vector<RefPtr<CSSFontFace> >*, CaseFoldingHash> m_locallyInstalledFontFaces; variable