Home
last modified time | relevance | path

Searched refs:tableElt (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTableCell.cpp981 RenderTable* tableElt = table(); in paintBackgroundsBehindCell() local
982 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() local
1018 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintBoxDecorations()
1031 if (!style()->hasBorder() || tableElt->collapseBorders()) in paintBoxDecorations()
1042 RenderTable* tableElt = table(); in paintMask() local
1043 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintMask()