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