Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp1058 const BorderValue& endCellAdjoiningBorder = adjoiningEndCell->borderAdjoiningTableEnd(); in calcBorderEnd() local
1059 if (endCellAdjoiningBorder.style() == BHIDDEN) in calcBorderEnd()
1066 if (endCellAdjoiningBorder.style() > BHIDDEN) in calcBorderEnd()
1067 borderWidth = max(borderWidth, endCellAdjoiningBorder.width()); in calcBorderEnd()