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

/external/webkit/Source/WebCore/rendering/
H A DRenderTable.h90 int outerBorderEnd() const;
95 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
102 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
110 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
117 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
H A DRenderTableSection.h105 int outerBorderEnd() const { return m_outerBorderEnd; } function in class:WebCore::RenderTableSection
H A DRenderTable.cpp1064 int RenderTable::outerBorderEnd() const function in class:WebCore::RenderTable
1081 int sw = toRenderTableSection(child)->outerBorderEnd();

Completed in 217 milliseconds