Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableCell.cpp430 bool endColEdge; in collapsedStartBorder() local
431 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() local
497 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()