Searched refs:collapseBorders (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderTable.h47 bool collapseBorders() const { return style()->borderCollapse(); } function in class:WebCore::RenderTable
112 (collapseBorders() ? 0 : (paddingLeft() + paddingRight() + (numEffCols() + 1) * hBorderSpacing()));
H A DRenderTableCell.cpp188 if (!table()->collapseBorders() || table()->needsSectionRecalc())
593 return table()->collapseBorders() ? borderHalfLeft(false) : RenderBlock::borderLeft();
598 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlock::borderRight();
603 return table()->collapseBorders() ? borderHalfTop(false) : RenderBlock::borderTop();
608 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlock::borderBottom();
830 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())
847 bool shouldClip = backgroundObject->hasLayer() && (backgroundObject == this || backgroundObject == parent()) && tableElt->collapseBorders();
866 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())
880 if (!style()->hasBorder() || tableElt->collapseBorders())
892 if (!tableElt->collapseBorders()
[all...]
H A DRenderTable.cpp78 m_hSpacing = collapseBorders() ? 0 : style()->horizontalBorderSpacing();
79 m_vSpacing = collapseBorders() ? 0 : style()->verticalBorderSpacing();
327 bool collapsing = collapseBorders();
531 if (collapseBorders() && paintPhase == PaintPhaseChildBlockBackground && style()->visibility() == VISIBLE) {
574 if (style()->hasBorder() && !collapseBorders())
765 if (collapseBorders()) {
824 if (collapseBorders()) {
889 if (collapseBorders())
896 if (collapseBorders())
903 if (!collapseBorders())
[all...]
H A DRenderTableSection.cpp293 int b = table()->collapseBorders() ?

Completed in 51 milliseconds