Home | History | Annotate | Download | only in rendering

Lines Matching refs:collapseBorders

253     if (!table()->collapseBorders() || table()->needsSectionRecalc())
709 return table()->collapseBorders() ? borderHalfLeft(false) : RenderBlock::borderLeft();
714 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlock::borderRight();
719 return table()->collapseBorders() ? borderHalfTop(false) : RenderBlock::borderTop();
724 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlock::borderBottom();
731 return table()->collapseBorders() ? borderHalfStart(false) : RenderBlock::borderStart();
736 return table()->collapseBorders() ? borderHalfEnd(false) : RenderBlock::borderEnd();
741 return table()->collapseBorders() ? borderHalfBefore(false) : RenderBlock::borderBefore();
746 return table()->collapseBorders() ? borderHalfAfter(false) : RenderBlock::borderAfter();
982 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())
999 bool shouldClip = backgroundObject->hasLayer() && (backgroundObject == this || backgroundObject == parent()) && tableElt->collapseBorders();
1018 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())
1031 if (!style()->hasBorder() || tableElt->collapseBorders())
1043 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())