borderHalfBottom 335 Source/core/rendering/RenderTableCell.cpp int bottom = max(borderHalfBottom(true), outlineSize); borderHalfBottom 339 Source/core/rendering/RenderTableCell.cpp bottom = max(bottom, before->borderHalfBottom(true)); borderHalfBottom 345 Source/core/rendering/RenderTableCell.cpp bottom = max(bottom, after->borderHalfBottom(true)); borderHalfBottom 914 Source/core/rendering/RenderTableCell.cpp return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlockFlow::borderBottom(); borderHalfBottom 244 Source/core/rendering/RenderTableCell.h int borderHalfBottom(bool outer) const;