Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSBasicShapes.h48 CSSBasicShapeInsetType enumerator
201 virtual Type type() const OVERRIDE { return CSSBasicShapeInsetType; } in type()
DBasicShapeFunctions.cpp246 case CSSBasicShape::CSSBasicShapeInsetType: { in basicShapeForValue()
DCSSBasicShapes.cpp424 if (shape.type() != CSSBasicShapeInsetType) in equals()