Lines Matching refs:tableElt
333 RenderTable* tableElt = table(); in collapsedLeftBorder() local
338 int effCol = tableElt->colToEffCol(col() + colSpan() - 1); in collapsedLeftBorder()
339 leftmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedLeftBorder()
347 RenderTableCell* prevCell = rtl ? tableElt->cellAfter(this) : tableElt->cellBefore(this); in collapsedLeftBorder()
367 …RenderTableCol* colElt = tableElt->colElement(col() + (rtl ? colSpan() - 1 : 0), &startColEdge, &e… in collapsedLeftBorder()
381 colElt = tableElt->colElement(col() + (rtl ? colSpan() : -1), &startColEdge, &endColEdge); in collapsedLeftBorder()
389 … result = compareBorders(result, CollapsedBorderValue(&tableElt->style()->borderLeft(), BTABLE)); in collapsedLeftBorder()
399 RenderTable* tableElt = table(); in collapsedRightBorder() local
404 int effCol = tableElt->colToEffCol(col() + colSpan() - 1); in collapsedRightBorder()
405 rightmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedRightBorder()
414 RenderTableCell* nextCell = rtl ? tableElt->cellBefore(this) : tableElt->cellAfter(this); in collapsedRightBorder()
435 …RenderTableCol* colElt = tableElt->colElement(col() + (rtl ? 0 : colSpan() - 1), &startColEdge, &e… in collapsedRightBorder()
449 colElt = tableElt->colElement(col() + (rtl ? -1 : colSpan()), &startColEdge, &endColEdge); in collapsedRightBorder()
457 … result = compareBorders(result, CollapsedBorderValue(&tableElt->style()->borderRight(), BTABLE)); in collapsedRightBorder()
836 RenderTable* tableElt = table(); in paintBackgroundsBehindCell() local
837 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintBackgroundsBehindCell()
854 …ayer() && (backgroundObject == this || backgroundObject == parent()) && tableElt->collapseBorders(… in paintBackgroundsBehindCell()
869 RenderTable* tableElt = table(); in paintBoxDecorations() local
870 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintBoxDecorations()
884 if (!style()->hasBorder() || tableElt->collapseBorders()) in paintBoxDecorations()
895 RenderTable* tableElt = table(); in paintMask() local
896 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintMask()