Searched refs:outerBorderTop (Results 1 – 7 of 7) sorted by relevance
87 int outerBorderTop() const { return m_outerBorderTop; } in outerBorderTop() function
55 int outerBorderTop() const;
901 return outerBorderTop(); in borderTop()912 int RenderTable::outerBorderTop() const in outerBorderTop() function in WebCore::RenderTable927 borderWidth = topSection->outerBorderTop(); in outerBorderTop()
662 if (ty - table()->outerBorderTop() < paintInfo.rect.bottom() + os && in paint()
1089 if (!endrow && ty + m_rowPos[0] - table()->outerBorderTop() <= y + h + os) in setCellWidths()
54500 (WebCore::RenderTable::borderTop): Changed to return outerBorderTop in the54504 (WebCore::RenderTable::outerBorderTop): Added. Returns the table half of the54538 (WebCore::RenderTableSection::outerBorderTop):
68970 (WebCore::RenderTable::outerBorderTop):