Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSBasicShapes.cpp66 String CSSBasicShapeRectangle::cssText() const in cssText()
76 bool CSSBasicShapeRectangle::equals(const CSSBasicShape& shape) const in equals()
81 const CSSBasicShapeRectangle& other = static_cast<const CSSBasicShapeRectangle&>(shape); in equals()
90 String CSSBasicShapeRectangle::serializeResolvingVariables(const HashMap<AtomicString, String>& var… in serializeResolvingVariables()
100 bool CSSBasicShapeRectangle::hasVariableReference() const in hasVariableReference()
DCSSBasicShapes.h65 class CSSBasicShapeRectangle : public CSSBasicShape {
67 …static PassRefPtr<CSSBasicShapeRectangle> create() { return adoptRef(new CSSBasicShapeRectangle); } in create()
91 CSSBasicShapeRectangle() { } in CSSBasicShapeRectangle() function
DBasicShapeFunctions.cpp50 RefPtr<CSSBasicShapeRectangle> rectangleValue = CSSBasicShapeRectangle::create(); in valueForBasicShape()
128 …const CSSBasicShapeRectangle* rectValue = static_cast<const CSSBasicShapeRectangle *>(basicShapeVa… in basicShapeForValue()
DCSSParser-in.cpp5068 RefPtr<CSSBasicShapeRectangle> shape = CSSBasicShapeRectangle::create(); in parseBasicShapeRectangle()