Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleBoxData.h60 EBoxSizing boxSizing() const { return static_cast<EBoxSizing>(m_boxSizing); } in boxSizing()
DRenderStyleConstants.h128 enum EBoxSizing { CONTENT_BOX, BORDER_BOX }; enum
DRenderStyle.h788 EBoxSizing boxSizing() const { return m_box->boxSizing(); } in boxSizing()
1222 void setBoxSizing(EBoxSizing s) { SET_VAR(m_box, m_boxSizing, s); } in setBoxSizing()
1585 static EBoxSizing initialBoxSizing() { return CONTENT_BOX; } in initialBoxSizing()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h904 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxSizing e) in CSSPrimitiveValue()
918 template<> inline CSSPrimitiveValue::operator EBoxSizing() const in EBoxSizing() function