Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp905 const BorderValue& sectionAdjoiningBorder = topNonEmptySection->borderAdjoiningTableStart(); in calcBorderStart() local
906 if (sectionAdjoiningBorder.style() == BHIDDEN) in calcBorderStart()
909 if (sectionAdjoiningBorder.style() > BHIDDEN) in calcBorderStart()
910 borderWidth = std::max(borderWidth, sectionAdjoiningBorder.width()); in calcBorderStart()
960 const BorderValue& sectionAdjoiningBorder = topNonEmptySection->borderAdjoiningTableEnd(); in calcBorderEnd() local
961 if (sectionAdjoiningBorder.style() == BHIDDEN) in calcBorderEnd()
964 if (sectionAdjoiningBorder.style() > BHIDDEN) in calcBorderEnd()
965 borderWidth = std::max(borderWidth, sectionAdjoiningBorder.width()); in calcBorderEnd()