Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp1012 RenderTableSection* bottomSection; in outerBorderAfter() local
1014 bottomSection = m_foot; in outerBorderAfter()
1018 bottomSection = child ? toRenderTableSection(child) : 0; in outerBorderAfter()
1020 if (bottomSection) { in outerBorderAfter()
1021 borderWidth = bottomSection->outerBorderAfter(); in outerBorderAfter()