Searched refs:tableEndBorder (Results 1 – 1 of 1) sorted by relevance
1031 const BorderValue& tableEndBorder = style()->borderEnd(); in calcBorderEnd() local1032 if (tableEndBorder.style() == BHIDDEN) in calcBorderEnd()1034 if (tableEndBorder.style() > BHIDDEN) in calcBorderEnd()1035 borderWidth = tableEndBorder.width(); in calcBorderEnd()