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

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

Completed in 227 milliseconds