getRectValue     1090 Source/core/css/CSSPrimitiveValue.cpp             text = getRectValue()->cssText();
getRectValue      315 Source/core/css/CSSPrimitiveValue.h     Rect* getRectValue(ExceptionState&) const;
getRectValue      316 Source/core/css/CSSPrimitiveValue.h     Rect* getRectValue() const { return m_primitiveUnitType != CSS_RECT ? 0 : m_value.rect; }
getRectValue      115 Source/core/css/resolver/StyleBuilderCustom.cpp     if (Rect* rect = primitiveValue->getRectValue()) {