CSSBoxType       4709 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(CSSBoxType cssBox)
CSSBoxType       4732 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator CSSBoxType() const
CSSBoxType         99 Source/core/rendering/shapes/ShapeInfo.h     virtual CSSBoxType referenceBox() const = 0;
CSSBoxType         58 Source/core/rendering/shapes/ShapeOutsideInfo.h     virtual CSSBoxType referenceBox() const OVERRIDE
CSSBoxType         51 Source/core/rendering/style/ShapeValue.h     static PassRefPtr<ShapeValue> createShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox)
CSSBoxType         61 Source/core/rendering/style/ShapeValue.h     static PassRefPtr<ShapeValue> createBoxShapeValue(CSSBoxType cssBox)
CSSBoxType         82 Source/core/rendering/style/ShapeValue.h     CSSBoxType cssBox() const { return m_cssBox; }
CSSBoxType         87 Source/core/rendering/style/ShapeValue.h     ShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox)
CSSBoxType        104 Source/core/rendering/style/ShapeValue.h     ShapeValue(CSSBoxType cssBox)
CSSBoxType        114 Source/core/rendering/style/ShapeValue.h     CSSBoxType m_cssBox;