Searched refs:getRectValue (Results 1 – 5 of 5) sorted by relevance
308 Rect* getRectValue(ExceptionState&) const;309 Rect* getRectValue() const { return m_primitiveUnitType != CSS_RECT ? 0 : m_value.rect; } in getRectValue() function
64 [RaisesException] Rect getRectValue();
984 Rect* CSSPrimitiveValue::getRectValue(ExceptionState& exceptionState) const in getRectValue() function in blink::CSSPrimitiveValue1226 text = getRectValue()->cssText(); in customCSSText()
85 if (Rect* rect = primitiveValue.getRectValue()) { in interpolationRequiresStyleResolve()
97 Rect* rect = toCSSPrimitiveValue(value)->getRectValue(); in convertClip()