Searched refs:endColEdge (Results 1 – 1 of 1) sorted by relevance
430 bool endColEdge; in collapsedStartBorder() local431 RenderTableCol* colElt = table->colElement(col(), &startColEdge, &endColEdge); in collapsedStartBorder()445 colElt = table->colElement(col() -1, &startColEdge, &endColEdge); in collapsedStartBorder()446 if (colElt && endColEdge) { in collapsedStartBorder()496 bool endColEdge; in collapsedEndBorder() local497 RenderTableCol* colElt = table->colElement(col() + colSpan() - 1, &startColEdge, &endColEdge); in collapsedEndBorder()498 if (colElt && endColEdge) { in collapsedEndBorder()511 colElt = table->colElement(col() + colSpan(), &startColEdge, &endColEdge); in collapsedEndBorder()