Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/paint/
DTablePainter.cpp79 … section = m_renderTable.bottomSection(); section; section = m_renderTable.sectionAbove(section)) { in paintObject()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h233 …RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmpt…
DRenderTable.cpp1102 RenderTableSection* RenderTable::sectionAbove(const RenderTableSection* section, SkipEmptySectionsV… in sectionAbove() function in blink::RenderTable
1166 section = sectionAbove(cell->section(), SkipEmptySections); in cellAbove()
DRenderTableCell.cpp750 currSection = table->sectionAbove(currSection, SkipEmptySections); in computeCollapsedBeforeBorder()