Home
last modified time | relevance | path

Searched refs:CONTENT_BOX (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleBoxData.cpp44 , m_boxSizing(CONTENT_BOX) in StyleBoxData()
DRenderStyleConstants.h105 enum EBoxSizing { CONTENT_BOX, BORDER_BOX }; enumerator
DRenderStyle.h1612 static EBoxSizing initialBoxSizing() { return CONTENT_BOX; } in initialBoxSizing()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp324 …ogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->boxSizing() == CONTENT_BOX) in convertStyleLogicalWidthToComputedWidth()
DRenderBox.cpp1019 if (style()->boxSizing() == CONTENT_BOX) in adjustBorderBoxLogicalWidthForBoxSizing()
1027 if (style()->boxSizing() == CONTENT_BOX) in adjustBorderBoxLogicalHeightForBoxSizing()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h884 case CONTENT_BOX: in CSSPrimitiveValue()
897 return CONTENT_BOX; in EBoxSizing()
DCSSComputedStyleDeclaration.cpp2335 if (style->boxSizing() == CONTENT_BOX) in getPropertyCSSValue()