Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTable.h187 … RenderTableSection* sectionAbove(const RenderTableSection*, bool skipEmptySections = false) const;
DRenderTable.cpp1094 RenderTableSection* RenderTable::sectionAbove(const RenderTableSection* section, bool skipEmptySect… in sectionAbove() function in WebCore::RenderTable
1143 section = sectionAbove(cell->section(), true); in cellAbove()
DRenderTableCell.cpp575 currSection = table->sectionAbove(currSection); in collapsedBeforeBorder()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3152274 (WebCore::RenderTable::sectionAbove): Added.
52276 (WebCore::RenderTable::cellAbove): Changed to call sectionAbove.
52280 (WebCore::RenderTableCell::collapsedTopBorder): Changed to call sectionAbove.
DChangeLog-2007-10-1437422 (WebCore::RenderTable::sectionAbove): Added call to recalcSectionsIfNeeded().
65673 (WebCore::RenderTable::sectionAbove): Fixed a bug when the last section was
68974 (WebCore::RenderTable::sectionAbove):
DChangeLog-2010-01-2977887 (WebCore::RenderTable::sectionAbove): Ditto.