Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp918 …const BorderValue& firstRowAdjoiningBorder = adjoiningStartCell->row()->borderAdjoiningTableStart(… in calcBorderStart() local
919 if (firstRowAdjoiningBorder.style() == BHIDDEN) in calcBorderStart()
924 if (firstRowAdjoiningBorder.style() > BHIDDEN) in calcBorderStart()
925 borderWidth = std::max(borderWidth, firstRowAdjoiningBorder.width()); in calcBorderStart()
973 … const BorderValue& firstRowAdjoiningBorder = adjoiningEndCell->row()->borderAdjoiningTableEnd(); in calcBorderEnd() local
974 if (firstRowAdjoiningBorder.style() == BHIDDEN) in calcBorderEnd()
979 if (firstRowAdjoiningBorder.style() > BHIDDEN) in calcBorderEnd()
980 borderWidth = std::max(borderWidth, firstRowAdjoiningBorder.width()); in calcBorderEnd()