Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderTopWidth

98             LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth());
100 if (borderBox.top().value() != style->borderTopWidth()) {