Searched refs:CSSBasicShapeRectangle (Results 1 – 4 of 4) sorted by relevance
66 String CSSBasicShapeRectangle::cssText() const in cssText()76 bool CSSBasicShapeRectangle::equals(const CSSBasicShape& shape) const in equals()81 const CSSBasicShapeRectangle& other = static_cast<const CSSBasicShapeRectangle&>(shape); in equals()90 String CSSBasicShapeRectangle::serializeResolvingVariables(const HashMap<AtomicString, String>& var… in serializeResolvingVariables()100 bool CSSBasicShapeRectangle::hasVariableReference() const in hasVariableReference()
65 class CSSBasicShapeRectangle : public CSSBasicShape {67 …static PassRefPtr<CSSBasicShapeRectangle> create() { return adoptRef(new CSSBasicShapeRectangle); } in create()91 CSSBasicShapeRectangle() { } in CSSBasicShapeRectangle() function
50 RefPtr<CSSBasicShapeRectangle> rectangleValue = CSSBasicShapeRectangle::create(); in valueForBasicShape()128 …const CSSBasicShapeRectangle* rectValue = static_cast<const CSSBasicShapeRectangle *>(basicShapeVa… in basicShapeForValue()
5068 RefPtr<CSSBasicShapeRectangle> shape = CSSBasicShapeRectangle::create(); in parseBasicShapeRectangle()