Home
last modified time | relevance | path

Searched refs:boxSizing (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleBoxData.h60 EBoxSizing boxSizing() const { return static_cast<EBoxSizing>(m_boxSizing); } in boxSizing() function
DRenderStyle.cpp330 if (m_box->boxSizing() != other->m_box->boxSizing()) in diff()
DRenderStyle.h682 EBoxSizing boxSizing() const { return m_box->boxSizing(); } in boxSizing() function
/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 …min(m_maxPreferredLogicalWidth, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX… in computePreferredLogicalWidths()
DRenderBox.cpp730 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()
DRenderLayer.cpp1670 bool isBoxSizingBorder = renderer->style()->boxSizing() == BORDER_BOX; in scrollTo()
/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()
DCSSParser.cpp6603 const char* const boxSizing = "box-sizing"; in cssPropertyID() local
6604 name = boxSizing; in cssPropertyID()
6605 length = strlen(boxSizing); in cssPropertyID()
DCSSStyleSelector.cpp5267 HANDLE_INHERIT_AND_INITIAL(boxSizing, BoxSizing) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2422739 (WebCore::InheritedFlags::boxSizing):
22765 (WebCore::StyleBoxData::boxSizing):
DChangeLog-2006-05-1016023 (khtml::RenderStyle::boxSizing):
DChangeLog-2005-12-1911528 (khtml::RenderStyle::boxSizing):