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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp537 if (RenderTableCol* colElt = table->colElement(col(), &startColEdge, &endColEdge)) {
538 if (colElt->isTableColumnGroup() && startColEdge) {
539 // The |colElt| is a column group and is also the first colgroup (in case of spanned colgroups).
540 result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellStartBorder(this), includeColor ? colElt->resolveColor(startColorProperty) : Color(), BCOLGROUP));
543 } else if (!colElt->isTableColumnGroup()) {
544 // We first consider the |colElt| and irrespective of whether it is a spanned col or not, we apply
547 result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellStartBorder(this), includeColor ? colElt->resolveColor(startColorProperty) : Color(), BCOL));
551 if (RenderTableCol* enclosingColumnGroup = colElt
760 RenderTableCol* colElt = table->colElement(col()); local
838 RenderTableCol* colElt = table->colElement(col()); local
[all...]

Completed in 724 milliseconds