Home
last modified time | relevance | path

Searched refs:CSSBasicShapePolygonType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSBasicShapes.h47 CSSBasicShapePolygonType = 4, enumerator
211 virtual Type type() const { return CSSBasicShapePolygonType; } in type()
DBasicShapeFunctions.cpp172 case CSSBasicShape::CSSBasicShapePolygonType: { in basicShapeForValue()
DCSSBasicShapes.cpp234 if (shape.type() != CSSBasicShapePolygonType) in equals()