Searched refs:tableElt (Results 1 – 1 of 1) sorted by relevance
981 RenderTable* tableElt = table(); in paintBackgroundsBehindCell() local982 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintBackgroundsBehindCell()999 …ayer() && (backgroundObject == this || backgroundObject == parent()) && tableElt->collapseBorders(… in paintBackgroundsBehindCell()1017 RenderTable* tableElt = table(); in paintBoxDecorations() local1018 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintBoxDecorations()1031 if (!style()->hasBorder() || tableElt->collapseBorders()) in paintBoxDecorations()1042 RenderTable* tableElt = table(); in paintMask() local1043 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintMask()