Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeInfo.h90 } else if (m_renderer->style()->boxSizing() == CONTENT_BOX) { in setShapeSize()
114 …iningBlockHeight() const { return (m_renderer->style()->boxSizing() == CONTENT_BOX) ? (m_shapeLogi… in shapeContainingBlockHeight()
146 …return m_renderer->style()->boxSizing() == CONTENT_BOX ? m_renderer->borderAndPaddingBefore() : La… in logicalTopOffset()
163 …return (m_renderer->style()->boxSizing() == CONTENT_BOX && !m_renderer->isRenderRegion()) ? m_rend… in logicalLeftOffset()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleBoxData.cpp44 , m_boxSizing(CONTENT_BOX) in StyleBoxData()
DRenderStyleConstants.h128 enum EBoxSizing { CONTENT_BOX, BORDER_BOX }; enumerator
DRenderStyle.h1585 static EBoxSizing initialBoxSizing() { return CONTENT_BOX; } in initialBoxSizing()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp335 …ogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->boxSizing() == CONTENT_BOX) in convertStyleLogicalWidthToComputedWidth()
DRenderBox.cpp443 && style->boxSizing() == CONTENT_BOX; in canDetermineWidthWithoutLayout()
1147 if (style()->boxSizing() == CONTENT_BOX) in adjustBorderBoxLogicalWidthForBoxSizing()
1155 if (style()->boxSizing() == CONTENT_BOX) in adjustBorderBoxLogicalHeightForBoxSizing()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h912 case CONTENT_BOX: in CSSPrimitiveValue()
925 return CONTENT_BOX; in EBoxSizing()
DCSSComputedStyleDeclaration.cpp2426 if (style->boxSizing() == CONTENT_BOX) in getPropertyCSSValue()