Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/style/
DStyleBoxData.cpp33 , boxSizing(CONTENT_BOX) in StyleBoxData()
DRenderStyleConstants.h100 enum EBoxSizing { CONTENT_BOX, BORDER_BOX }; enumerator
DRenderStyle.h1150 static EBoxSizing initialBoxSizing() { return CONTENT_BOX; } in initialBoxSizing()
/external/webkit/WebCore/rendering/
DRenderVideo.cpp246 …m_maxPrefWidth, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? paddingAndBor… in calcPrefWidths()
DRenderSVGRoot.cpp69 …width = min(width, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? paddingAnd… in calcPrefWidths()
DRenderReplaced.cpp198 …width = min(width, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? paddingAnd… in calcPrefWidths()
DRenderImage.cpp624 …m_maxPrefWidth, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? paddingAndBor… in calcPrefWidths()
DRenderBox.cpp488 if (style()->boxSizing() == CONTENT_BOX) in calcBorderBoxWidth()
496 if (style()->boxSizing() == CONTENT_BOX) in calcBorderBoxHeight()
/external/webkit/WebCore/css/
DCSSComputedStyleDeclaration.cpp423 return box->style()->boxSizing() == CONTENT_BOX ? box->contentBoxRect() : box->borderBoxRect(); in sizingBox()
1151 if (style->boxSizing() == CONTENT_BOX) in getPropertyCSSValue()
DCSSStyleSelector.cpp4654 m_style->setBoxSizing(CONTENT_BOX); in applyProperty()