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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp969 const BorderValue& endCellAdjoiningBorder = adjoiningEndCell->borderAdjoiningTableEnd(); local
970 if (endCellAdjoiningBorder.style() == BHIDDEN)
977 if (endCellAdjoiningBorder.style() > BHIDDEN)
978 borderWidth = std::max(borderWidth, endCellAdjoiningBorder.width());

Completed in 49 milliseconds