Searched defs:getRectValue (Results 1 – 2 of 2) sorted by relevance
974 Rect* CSSPrimitiveValue::getRectValue(ExceptionState& exceptionState) const in getRectValue() function in WebCore::CSSPrimitiveValue
332 Rect* getRectValue() const { return m_primitiveUnitType != CSS_RECT ? 0 : m_value.rect; } in getRectValue() function