Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h160 RenderTableSection* bottomSection() const;
DRenderTable.cpp696 … 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