Searched refs:boxSizing (Results 1 – 13 of 13) sorted by relevance
60 EBoxSizing boxSizing() const { return static_cast<EBoxSizing>(m_boxSizing); } in boxSizing() function
330 if (m_box->boxSizing() != other->m_box->boxSizing()) in diff()
682 EBoxSizing boxSizing() const { return m_box->boxSizing(); } in boxSizing() function
68 …width = min(width, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? borderAndP… in computePreferredLogicalWidths()
265 …min(m_maxPreferredLogicalWidth, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX… in computePreferredLogicalWidths()
730 if (style()->boxSizing() == CONTENT_BOX) in computeBorderBoxLogicalWidth()738 if (style()->boxSizing() == CONTENT_BOX) in computeBorderBoxLogicalHeight()745 if (style()->boxSizing() == BORDER_BOX) in computeContentBoxLogicalWidth()752 if (style()->boxSizing() == BORDER_BOX) in computeContentBoxLogicalHeight()
1670 bool isBoxSizingBorder = renderer->style()->boxSizing() == BORDER_BOX; in scrollTo()
461 return box->style()->boxSizing() == CONTENT_BOX ? box->contentBoxRect() : box->borderBoxRect(); in sizingBox()1456 if (style->boxSizing() == CONTENT_BOX) in getPropertyCSSValue()
6603 const char* const boxSizing = "box-sizing"; in cssPropertyID() local6604 name = boxSizing; in cssPropertyID()6605 length = strlen(boxSizing); in cssPropertyID()
5267 HANDLE_INHERIT_AND_INITIAL(boxSizing, BoxSizing) in applyProperty()
22739 (WebCore::InheritedFlags::boxSizing):22765 (WebCore::StyleBoxData::boxSizing):
16023 (khtml::RenderStyle::boxSizing):
11528 (khtml::RenderStyle::boxSizing):