Searched refs:m_fetchedFonts (Results 1 – 2 of 2) sorted by relevance
352 MutableStylePropertyMap m_fetchedFonts; variable
168 visitor->trace(m_fetchedFonts); in trace()1918 MutableStylePropertyMap::iterator i = m_fetchedFonts.find(newFont); in setFont()1919 …RefPtrWillBeRawPtr<MutableStylePropertySet> parsedStyle = i != m_fetchedFonts.end() ? i->value : n… in setFont()1925 m_fetchedFonts.add(newFont, parsedStyle); in setFont()