Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableCell.cpp338 RenderTable* tableElt = table(); in collapsedLeftBorder() local
343 int effCol = tableElt->colToEffCol(col() + colSpan() - 1); in collapsedLeftBorder()
344 leftmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedLeftBorder()
352 RenderTableCell* prevCell = rtl ? tableElt->cellAfter(this) : tableElt->cellBefore(this); in collapsedLeftBorder()
372 …RenderTableCol* colElt = tableElt->colElement(col() + (rtl ? colSpan() - 1 : 0), &startColEdge, &e… in collapsedLeftBorder()
386 colElt = tableElt->colElement(col() + (rtl ? colSpan() : -1), &startColEdge, &endColEdge); in collapsedLeftBorder()
394 … result = compareBorders(result, CollapsedBorderValue(&tableElt->style()->borderLeft(), BTABLE)); in collapsedLeftBorder()
404 RenderTable* tableElt = table(); in collapsedRightBorder() local
409 int effCol = tableElt->colToEffCol(col() + colSpan() - 1); in collapsedRightBorder()
410 rightmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedRightBorder()
[all …]