Searched refs:CSSBasicShapePolygon (Results 1 – 4 of 4) sorted by relevance
221 String CSSBasicShapePolygon::cssText() const in cssText()232 bool CSSBasicShapePolygon::equals(const CSSBasicShape& shape) const in equals()237 const CSSBasicShapePolygon& rhs = static_cast<const CSSBasicShapePolygon&>(shape); in equals()241 String CSSBasicShapePolygon::serializeResolvingVariables(const HashMap<AtomicString, String>& varia… in serializeResolvingVariables()252 bool CSSBasicShapePolygon::hasVariableReference() const in hasVariableReference()
194 class CSSBasicShapePolygon : public CSSBasicShape {196 static PassRefPtr<CSSBasicShapePolygon> create() { return adoptRef(new CSSBasicShapePolygon); } in create()218 CSSBasicShapePolygon() in CSSBasicShapePolygon() function
87 RefPtr<CSSBasicShapePolygon> polygonValue = CSSBasicShapePolygon::create(); in valueForBasicShape()173 …const CSSBasicShapePolygon* polygonValue = static_cast<const CSSBasicShapePolygon *>(basicShapeVal… in basicShapeForValue()
5281 RefPtr<CSSBasicShapePolygon> shape = CSSBasicShapePolygon::create(); in parseBasicShapePolygon()