Home
last modified time | relevance | path

Searched refs:BORDER_BOX (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h101 enum EBoxSizing { CONTENT_BOX, BORDER_BOX }; enumerator
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp745 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/
DCSSStyleSelector.cpp5273 m_style->setBoxSizing(BORDER_BOX); in applyProperty()