Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h92 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()
DRenderTableSection.h185 int outerBorderStart() const { return m_outerBorderStart; } in outerBorderStart() function
DRenderTable.cpp1137 int RenderTable::outerBorderStart() const in outerBorderStart() function in WebCore::RenderTable
1152 int sw = section->outerBorderStart(); in outerBorderStart()
DRenderTableSection.cpp1405 if (!coveredColumns.end() && columnPos[0] - table()->outerBorderStart() <= damageRect.maxX()) in dirtiedColumns()