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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.h93 int outerBorderEnd() const;
98 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
105 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
113 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
120 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
H A DRenderTableSection.h196 int outerBorderEnd() const { return m_outerBorderEnd; } function in class:blink::FINAL
H A DRenderTable.cpp1075 int RenderTable::outerBorderEnd() const function in class:blink::RenderTable
1090 int sw = section->outerBorderEnd();
H A DRenderTableSection.cpp1309 if (coveredColumns.start() >= columnPos.size() - 1 && columnPos[columnPos.size() - 1] + table()->outerBorderEnd() >= damageRect.x())

Completed in 93 milliseconds