Home
last modified time | relevance | path

Searched refs:CSSBasicShapePolygon (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSBasicShapes.cpp221 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()
DCSSBasicShapes.h194 class CSSBasicShapePolygon : public CSSBasicShape {
196 static PassRefPtr<CSSBasicShapePolygon> create() { return adoptRef(new CSSBasicShapePolygon); } in create()
218 CSSBasicShapePolygon() in CSSBasicShapePolygon() function
DBasicShapeFunctions.cpp87 RefPtr<CSSBasicShapePolygon> polygonValue = CSSBasicShapePolygon::create(); in valueForBasicShape()
173 …const CSSBasicShapePolygon* polygonValue = static_cast<const CSSBasicShapePolygon *>(basicShapeVal… in basicShapeForValue()
DCSSParser-in.cpp5281 RefPtr<CSSBasicShapePolygon> shape = CSSBasicShapePolygon::create(); in parseBasicShapePolygon()