Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTable.cpp933 RenderTableSection* bottomSection; in outerBorderBottom() local
935 bottomSection = m_foot; in outerBorderBottom()
939 bottomSection = child ? toRenderTableSection(child) : 0; in outerBorderBottom()
941 if (bottomSection) { in outerBorderBottom()
942 borderWidth = bottomSection->outerBorderBottom(); in outerBorderBottom()