HomeSort by relevance Sort by last modified time
    Searched refs:CSSBoxType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShapeValue.h 50 static PassRefPtr<ShapeValue> createShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox)
55 static PassRefPtr<ShapeValue> createBoxShapeValue(CSSBoxType cssBox)
83 CSSBoxType cssBox() const { return m_cssBox; }
88 ShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox)
105 ShapeValue(CSSBoxType cssBox)
115 CSSBoxType m_cssBox;
RenderStyleConstants.h 534 enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox };
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 41 CSSBoxType referenceBox(const ShapeValue& shapeValue)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 1663 milliseconds