Home
last modified time | relevance | path

Searched defs:BasicShapeRadius (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.h131 BasicShapeRadius() : m_value(Undefined), m_type(ClosestSide) { } in BasicShapeRadius() function
132 explicit BasicShapeRadius(const Length& v) : m_value(v), m_type(Value) { } in BasicShapeRadius() function
133 explicit BasicShapeRadius(Type t) : m_value(Undefined), m_type(t) { } in BasicShapeRadius() function
134BasicShapeRadius(const BasicShapeRadius& other) : m_value(other.value()), m_type(other.type()) { } in BasicShapeRadius() function