Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderTopWidth

127         LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth());
129 if (borderBox.top().value() != static_cast<int>(style->borderTopWidth())) {