Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h227 …RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmpt…
DRenderTable.cpp696 … for (RenderTableSection* section = bottomSection(); section; section = sectionAbove(section)) { in paintObject()
1191 RenderTableSection* RenderTable::sectionAbove(const RenderTableSection* section, SkipEmptySectionsV… in sectionAbove() function in WebCore::RenderTable
1255 section = sectionAbove(cell->section(), SkipEmptySections); in cellAbove()
DRenderTableCell.cpp759 currSection = table->sectionAbove(currSection, SkipEmptySections); in computeCollapsedBeforeBorder()