Searched refs:isShadowValue (Results 1 – 3 of 3) sorted by relevance
65 DEFINE_CSS_VALUE_TYPE_CASTS(CSSShadowValue, isShadowValue());
92 bool isShadowValue() const { return m_classType == ShadowClass; } in isShadowValue() function
477 if (!cssValue->isShadowValue()) in createFilterOperations()