Searched refs:currSection (Results 1 – 1 of 1) sorted by relevance
742 RenderTableSection* currSection = section(); in computeCollapsedBeforeBorder() local745 …= chooseBorder(result, CollapsedBorderValue(currSection->style()->borderBefore(), includeColor ? c… in computeCollapsedBeforeBorder()750 currSection = table->sectionAbove(currSection, SkipEmptySections); in computeCollapsedBeforeBorder()751 if (currSection) { in computeCollapsedBeforeBorder()752 …result = chooseBorder(CollapsedBorderValue(currSection->style()->borderAfter(), includeColor ? cur… in computeCollapsedBeforeBorder()758 if (!currSection) { in computeCollapsedBeforeBorder()820 RenderTableSection* currSection = section(); in computeCollapsedAfterBorder() local821 if (rowIndex() + rowSpan() >= currSection->numRows()) { in computeCollapsedAfterBorder()823 … = chooseBorder(result, CollapsedBorderValue(currSection->style()->borderAfter(), includeColor ? c… in computeCollapsedAfterBorder()828 currSection = table->sectionBelow(currSection, SkipEmptySections); in computeCollapsedAfterBorder()[all …]