Lines Matching refs:tableElt
338 RenderTable* tableElt = table(); in collapsedLeftBorder() local
343 int effCol = tableElt->colToEffCol(col() + colSpan() - 1); in collapsedLeftBorder()
344 leftmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedLeftBorder()
352 RenderTableCell* prevCell = rtl ? tableElt->cellAfter(this) : tableElt->cellBefore(this); in collapsedLeftBorder()
372 …RenderTableCol* colElt = tableElt->colElement(col() + (rtl ? colSpan() - 1 : 0), &startColEdge, &e… in collapsedLeftBorder()
386 colElt = tableElt->colElement(col() + (rtl ? colSpan() : -1), &startColEdge, &endColEdge); in collapsedLeftBorder()
394 … result = compareBorders(result, CollapsedBorderValue(&tableElt->style()->borderLeft(), BTABLE)); in collapsedLeftBorder()
404 RenderTable* tableElt = table(); in collapsedRightBorder() local
409 int effCol = tableElt->colToEffCol(col() + colSpan() - 1); in collapsedRightBorder()
410 rightmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedRightBorder()
419 RenderTableCell* nextCell = rtl ? tableElt->cellBefore(this) : tableElt->cellAfter(this); in collapsedRightBorder()
440 …RenderTableCol* colElt = tableElt->colElement(col() + (rtl ? 0 : colSpan() - 1), &startColEdge, &e… in collapsedRightBorder()
454 colElt = tableElt->colElement(col() + (rtl ? -1 : colSpan()), &startColEdge, &endColEdge); in collapsedRightBorder()
462 … result = compareBorders(result, CollapsedBorderValue(&tableElt->style()->borderRight(), BTABLE)); in collapsedRightBorder()
846 RenderTable* tableElt = table(); in paintBackgroundsBehindCell() local
847 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintBackgroundsBehindCell()
868 …ayer() && (backgroundObject == this || backgroundObject == parent()) && tableElt->collapseBorders(… in paintBackgroundsBehindCell()
883 RenderTable* tableElt = table(); in paintBoxDecorations() local
884 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintBoxDecorations()
896 if (!style()->hasBorder() || tableElt->collapseBorders()) in paintBoxDecorations()
907 RenderTable* tableElt = table(); in paintMask() local
908 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintMask()