Searched refs:outerBorderEnd (Results 1 – 4 of 4) sorted by relevance
93 int outerBorderEnd() const;98 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd(); in outerBorderLeft()105 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart(); in outerBorderRight()113 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd(); in outerBorderTop()120 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart(); in outerBorderBottom()
186 int outerBorderEnd() const { return m_outerBorderEnd; } in outerBorderEnd() function
1164 int RenderTable::outerBorderEnd() const in outerBorderEnd() function in WebCore::RenderTable1179 int sw = section->outerBorderEnd(); in outerBorderEnd()
1402 …= columnPos.size() - 1 && columnPos[columnPos.size() - 1] + table()->outerBorderEnd() >= damageRec… in dirtiedColumns()