Searched refs:isTransformValue (Results 1 – 5 of 5) sorted by relevance
48 if (impl->isTransformValue()) in wrap()
82 DEFINE_CSS_VALUE_TYPE_CASTS(CSSTransformValue, isTransformValue());
96 bool isTransformValue() const { return m_classType == CSSTransformClass; } in isTransformValue() function
100 if (!currValue->isTransformValue()) in createTransformOperations()
154 if (values->itemWithoutBoundsCheck(0)->isTransformValue()) in parseCustomFilterParameter()