Searched refs:isAspectRatioValue (Results 1 – 4 of 4) sorted by relevance
62 DEFINE_CSS_VALUE_TYPE_CASTS(CSSAspectRatioValue, isAspectRatioValue());
73 bool isAspectRatioValue() const { return m_classType == AspectRatioClass; } in isAspectRatioValue() function
172 if (value->isAspectRatioValue()) { in compareAspectRatioValue()
638 if (!value->isAspectRatioValue()) { in applyValueCSSPropertyWebkitAspectRatio()