Home
last modified time | relevance | path

Searched refs:tableEndBorder (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp1031 const BorderValue& tableEndBorder = style()->borderEnd(); in calcBorderEnd() local
1032 if (tableEndBorder.style() == BHIDDEN) in calcBorderEnd()
1034 if (tableEndBorder.style() > BHIDDEN) in calcBorderEnd()
1035 borderWidth = tableEndBorder.width(); in calcBorderEnd()