Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp1166 RenderTable* tableElt = table(); in paintBackgroundsBehindCell() local
1167 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() local
1197 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintBoxDecorationBackground()
1208 if (!style()->hasBorder() || tableElt->collapseBorders()) in paintBoxDecorationBackground()
1219 RenderTable* tableElt = table(); in paintMask() local
1220 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) in paintMask()