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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp914 const BorderValue& startCellAdjoiningBorder = adjoiningStartCell->borderAdjoiningTableStart(); local
915 if (startCellAdjoiningBorder.style() == BHIDDEN)
922 if (startCellAdjoiningBorder.style() > BHIDDEN)
923 borderWidth = std::max(borderWidth, startCellAdjoiningBorder.width());

Completed in 297 milliseconds