Searched refs:isSVGDocumentValue (Results 1 – 3 of 3) sorted by relevance
57 DEFINE_CSS_VALUE_TYPE_CASTS(CSSSVGDocumentValue, isSVGDocumentValue());
107 bool isSVGDocumentValue() const { return m_classType == CSSSVGDocumentClass; } in isSVGDocumentValue() function
394 if (!argument->isSVGDocumentValue()) in createFilterOperations()