Searched refs:boxSizing (Results 1 – 11 of 11) sorted by relevance
90 } else if (m_renderer->style()->boxSizing() == CONTENT_BOX) { in setShapeSize()114 …LayoutUnit shapeContainingBlockHeight() const { return (m_renderer->style()->boxSizing() == CONTEN… 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()
60 EBoxSizing boxSizing() const { return static_cast<EBoxSizing>(m_boxSizing); } in boxSizing() function
388 if (m_box->boxSizing() != other->m_box->boxSizing()) in diff()
788 EBoxSizing boxSizing() const { return m_box->boxSizing(); } in boxSizing() function
103 if (!document().inQuirksMode() && style()->boxSizing() != BORDER_BOX) in logicalHeightForRowSizing()
335 …ogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->boxSizing() == CONTENT_BOX) in convertStyleLogicalWidthToComputedWidth()351 if ((node() && isHTMLTableElement(node())) || style()->boxSizing() == BORDER_BOX) { in convertStyleLogicalHeightToComputedHeight()
443 && style->boxSizing() == CONTENT_BOX; in canDetermineWidthWithoutLayout()1147 if (style()->boxSizing() == CONTENT_BOX) in adjustBorderBoxLogicalWidthForBoxSizing()1155 if (style()->boxSizing() == CONTENT_BOX) in adjustBorderBoxLogicalHeightForBoxSizing()1162 if (style()->boxSizing() == BORDER_BOX) in adjustContentBoxLogicalWidthForBoxSizing()1169 if (style()->boxSizing() == BORDER_BOX) in adjustContentBoxLogicalHeightForBoxSizing()
1274 bool isBoxSizingBorder = m_box->style()->boxSizing() == BORDER_BOX; in resize()
735 …return box->style()->boxSizing() == BORDER_BOX ? box->borderBoxRect() : box->computedCSSContentBox… in sizingBox()2426 if (style->boxSizing() == CONTENT_BOX) in getPropertyCSSValue()
2 …boxSizing&&p.css(a,"boxSizing")==="border-box";if(d<=0||d==null){d=bH(a,b);if(d<0||d==null)d=a.sty…
2 …boxSizing&&v.css(e,"boxSizing")==="border-box";if(r<=0||r==null){r=Dt(e,t);if(r<0||r==null)r=e.sty…