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.h120 class CSSBasicShapePolygon FINAL : public CSSBasicShape {
122 …static PassRefPtrWillBeRawPtr<CSSBasicShapePolygon> create() { return adoptRefWillBeNoop(new CSSBa… in create()
144 CSSBasicShapePolygon() in CSSBasicShapePolygon() function
DBasicShapeFunctions.cpp97 RefPtrWillBeRawPtr<CSSBasicShapePolygon> polygonValue = CSSBasicShapePolygon::create(); in valueForBasicShape()
235 …const CSSBasicShapePolygon* polygonValue = static_cast<const CSSBasicShapePolygon *>(basicShapeVal… in basicShapeForValue()
DCSSBasicShapes.cpp275 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()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp4319 RefPtrWillBeRawPtr<CSSBasicShapePolygon> shape = CSSBasicShapePolygon::create(); in parseBasicShapePolygon()