Searched refs:bottomSection (Results 1 – 2 of 2) sorted by relevance
160 RenderTableSection* bottomSection() const;
696 … for (RenderTableSection* section = bottomSection(); section; section = sectionAbove(section)) { in paintObject()1124 if (RenderTableSection* section = bottomSection()) { in outerBorderAfter()1227 RenderTableSection* RenderTable::bottomSection() const in bottomSection() function in WebCore::RenderTable