Home
last modified time | relevance | path

Searched refs:BORDER_BOX (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.h107 if (!document().inQuirksMode() && style()->boxSizing() != BORDER_BOX) in logicalHeightForRowSizing()
DRenderTable.cpp340 if (isHTMLTableElement(node()) || style()->boxSizing() == BORDER_BOX) { in convertStyleLogicalHeightToComputedHeight()
DRenderLayerScrollableArea.cpp1351 bool isBoxSizingBorder = box().style()->boxSizing() == BORDER_BOX; in resize()
DRenderBox.cpp1034 if (style()->boxSizing() == BORDER_BOX) in adjustContentBoxLogicalWidthForBoxSizing()
1041 if (style()->boxSizing() == BORDER_BOX) in adjustContentBoxLogicalHeightForBoxSizing()
DRenderBlock.cpp1417 …widthAvailableToChildrenHasChanged |= style()->boxSizing() == BORDER_BOX && needsPreferredWidthsRe… in widthAvailableToChildrenHasChanged()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h105 enum EBoxSizing { CONTENT_BOX, BORDER_BOX }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h881 case BORDER_BOX: in CSSPrimitiveValue()
895 return BORDER_BOX; in EBoxSizing()
903 return BORDER_BOX; in EBoxSizing()
DCSSComputedStyleDeclaration.cpp716 …return box->style()->boxSizing() == BORDER_BOX ? box->borderBoxRect() : box->computedCSSContentBox… in sizingBox()