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

/external/webkit/Source/WebCore/rendering/
H A DRenderTable.cpp1013 RenderTableSection* bottomSection; local
1015 bottomSection = m_foot;
1019 bottomSection = child ? toRenderTableSection(child) : 0;
1021 if (bottomSection) {
1022 borderWidth = bottomSection->outerBorderAfter();

Completed in 38 milliseconds