Searched refs:m_combineFontStyle (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderCombineText.h43 const Font& textCombineFont() const { return m_combineFontStyle->font(); }
54 RefPtr<RenderStyle> m_combineFontStyle; member in class:WebCore::final
H A DRenderCombineText.cpp42 m_combineFontStyle = RenderStyle::clone(&style());
112 shouldUpdateFont = m_combineFontStyle->setFontDescription(description); // Need to change font orientation to horizontal.
126 shouldUpdateFont = m_combineFontStyle->setFontDescription(description);
133 shouldUpdateFont = m_combineFontStyle->setFontDescription(originalFont().fontDescription());
136 m_combineFontStyle->font().update(fontSelector);

Completed in 110 milliseconds