Searched refs:isFontFaceSrcValue (Results 1 – 3 of 3) sorted by relevance
98 DEFINE_CSS_VALUE_TYPE_CASTS(CSSFontFaceSrcValue, isFontFaceSrcValue());
80 bool isFontFaceSrcValue() const { return m_classType == FontFaceSrcClass; } in isFontFaceSrcValue() function
359 } else if (cssValue->isFontFaceSrcValue()) { in retrieveResourcesForCSSValue()