Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTable.cpp944 RenderTableSection* bottomSection; in outerBorderBottom() local
946 bottomSection = m_foot; in outerBorderBottom()
950 bottomSection = child ? toRenderTableSection(child) : 0; in outerBorderBottom()
952 if (bottomSection) { in outerBorderBottom()
953 borderWidth = bottomSection->outerBorderBottom(); in outerBorderBottom()