Searched refs:isFontValue (Results 1 – 2 of 2) sorted by relevance
58 DEFINE_CSS_VALUE_TYPE_CASTS(CSSFontValue, isFontValue());
79 bool isFontValue() const { return m_classType == FontClass; } in isFontValue() function