Searched refs:BORDER_BOX (Results 1 – 4 of 4) sorted by relevance
101 enum EBoxSizing { CONTENT_BOX, BORDER_BOX }; enumerator
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()
5273 m_style->setBoxSizing(BORDER_BOX); in applyProperty()