Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderBox

110             LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth());
111 borderBox = m_theme->controlBorder(part, style->font(), borderBox, style->effectiveZoom());
112 if (borderBox.top().value() != style->borderTopWidth()) {
113 if (borderBox.top().value())
114 style->setBorderTopWidth(borderBox.top().value());
118 if (borderBox.right().value() != style->borderRightWidth()) {
119 if (borderBox.right().value())
120 style->setBorderRightWidth(borderBox.right().value());
124 if (borderBox.bottom().value() != style->borderBottomWidth()) {
125 style->setBorderBottomWidth(borderBox.bottom().value());
126 if (borderBox.bottom().value())
127 style->setBorderBottomWidth(borderBox.bottom().value());
131 if (borderBox.left().value() != style->borderLeftWidth()) {
132 style->setBorderLeftWidth(borderBox.left().value());
133 if (borderBox.left().value())
134 style->setBorderLeftWidth(borderBox.left().value());