Home
last modified time | relevance | path

Searched refs:outerBorderEnd (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h93 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()
DRenderTableSection.h186 int outerBorderEnd() const { return m_outerBorderEnd; } in outerBorderEnd() function
DRenderTable.cpp1164 int RenderTable::outerBorderEnd() const in outerBorderEnd() function in WebCore::RenderTable
1179 int sw = section->outerBorderEnd(); in outerBorderEnd()
DRenderTableSection.cpp1402 …= columnPos.size() - 1 && columnPos[columnPos.size() - 1] + table()->outerBorderEnd() >= damageRec… in dirtiedColumns()