Searched refs:outerBorderStart (Results 1 – 4 of 4) sorted by relevance
92 int outerBorderStart() 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()
185 int outerBorderStart() const { return m_outerBorderStart; } in outerBorderStart() function
1137 int RenderTable::outerBorderStart() const in outerBorderStart() function in WebCore::RenderTable1152 int sw = section->outerBorderStart(); in outerBorderStart()
1405 if (!coveredColumns.end() && columnPos[0] - table()->outerBorderStart() <= damageRect.maxX()) in dirtiedColumns()