Searched refs:CSSBasicShapePolygon (Results 1 – 4 of 4) sorted by relevance
120 class CSSBasicShapePolygon FINAL : public CSSBasicShape {122 …static PassRefPtrWillBeRawPtr<CSSBasicShapePolygon> create() { return adoptRefWillBeNoop(new CSSBa… in create()144 CSSBasicShapePolygon() in CSSBasicShapePolygon() function
97 RefPtrWillBeRawPtr<CSSBasicShapePolygon> polygonValue = CSSBasicShapePolygon::create(); in valueForBasicShape()235 …const CSSBasicShapePolygon* polygonValue = static_cast<const CSSBasicShapePolygon *>(basicShapeVal… in basicShapeForValue()
275 String CSSBasicShapePolygon::cssText() const in cssText()286 bool CSSBasicShapePolygon::equals(const CSSBasicShape& shape) const in equals()291 const CSSBasicShapePolygon& rhs = static_cast<const CSSBasicShapePolygon&>(shape); in equals()299 void CSSBasicShapePolygon::trace(Visitor* visitor) in trace()
4319 RefPtrWillBeRawPtr<CSSBasicShapePolygon> shape = CSSBasicShapePolygon::create(); in parseBasicShapePolygon()