Searched refs:CSSBasicShapeEllipse (Results 1 – 4 of 4) sorted by relevance
150 String CSSBasicShapeEllipse::cssText() const in cssText()155 bool CSSBasicShapeEllipse::equals(const CSSBasicShape& shape) const in equals()160 const CSSBasicShapeEllipse& other = static_cast<const CSSBasicShapeEllipse&>(shape); in equals()167 String CSSBasicShapeEllipse::serializeResolvingVariables(const HashMap<AtomicString, String>& varia… in serializeResolvingVariables()175 bool CSSBasicShapeEllipse::hasVariableReference() const in hasVariableReference()
164 class CSSBasicShapeEllipse : public CSSBasicShape {166 static PassRefPtr<CSSBasicShapeEllipse> create() { return adoptRef(new CSSBasicShapeEllipse); } in create()186 CSSBasicShapeEllipse() { } in CSSBasicShapeEllipse() function
75 RefPtr<CSSBasicShapeEllipse> ellipseValue = CSSBasicShapeEllipse::create(); in valueForBasicShape()161 …const CSSBasicShapeEllipse* ellipseValue = static_cast<const CSSBasicShapeEllipse *>(basicShapeVal… in basicShapeForValue()
5230 RefPtr<CSSBasicShapeEllipse> shape = CSSBasicShapeEllipse::create(); in parseBasicShapeEllipse()