Searched refs:tableEndBorder (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp942 const BorderValue& tableEndBorder = style()->borderEnd(); local
943 if (tableEndBorder.style() == BHIDDEN)
945 if (tableEndBorder.style() > BHIDDEN)
946 borderWidth = tableEndBorder.width();

Completed in 341 milliseconds