Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleBoxData.cpp37 , m_boxSizing(CONTENT_BOX) in StyleBoxData()
DRenderStyleConstants.h101 enum EBoxSizing { CONTENT_BOX, BORDER_BOX }; enumerator
DRenderStyle.h1275 static EBoxSizing initialBoxSizing() { return CONTENT_BOX; } in initialBoxSizing()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp68 …width = min(width, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? borderAndP… in computePreferredLogicalWidths()
/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp265 …edLogicalWidth, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? borderAndPadd… in computePreferredLogicalWidths()
DRenderBox.cpp730 if (style()->boxSizing() == CONTENT_BOX) in computeBorderBoxLogicalWidth()
738 if (style()->boxSizing() == CONTENT_BOX) in computeBorderBoxLogicalHeight()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp461 return box->style()->boxSizing() == CONTENT_BOX ? box->contentBoxRect() : box->borderBoxRect(); in sizingBox()
1456 if (style->boxSizing() == CONTENT_BOX) in getPropertyCSSValue()
DCSSStyleSelector.cpp5271 m_style->setBoxSizing(CONTENT_BOX); in applyProperty()