Searched refs:getRectValue (Results 1 – 5 of 5) sorted by relevance
85 if (Rect* rect = primitiveValue.getRectValue()) { in interpolationRequiresStyleResolve()
331 Rect* getRectValue(ExceptionState&) const;332 Rect* getRectValue() const { return m_primitiveUnitType != CSS_RECT ? 0 : m_value.rect; } in getRectValue() function
64 [RaisesException] Rect getRectValue();
974 Rect* CSSPrimitiveValue::getRectValue(ExceptionState& exceptionState) const in getRectValue() function in WebCore::CSSPrimitiveValue1220 text = getRectValue()->cssText(); in customCSSText()
164 Rect* rect = primitiveValue->getRectValue(); in applyValueCSSPropertyClip()