Searched refs:tableElt (Results 1 – 1 of 1) sorted by relevance
1166 RenderTable* tableElt = table(); in paintBackgroundsBehindCell() local1167 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintBackgroundsBehindCell()1180 …ayer() && (backgroundObject == this || backgroundObject == parent()) && tableElt->collapseBorders(… in paintBackgroundsBehindCell()1196 RenderTable* tableElt = table(); in paintBoxDecorationBackground() local1197 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintBoxDecorationBackground()1208 if (!style()->hasBorder() || tableElt->collapseBorders()) in paintBoxDecorationBackground()1219 RenderTable* tableElt = table(); in paintMask() local1220 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintMask()