Searched refs:cellAbove (Results 1 – 6 of 6) sorted by relevance
170 HTMLTableCellElement* HTMLTableCellElement::cellAbove() const in cellAbove() function in WebCore::HTMLTableCellElement179 RenderTableCell* cellAboveRenderer = tableCellRenderer->table()->cellAbove(tableCellRenderer); in cellAbove()
51 HTMLTableCellElement* cellAbove() const;
230 RenderTableCell* cellAbove(const RenderTableCell*) const;
349 if (RenderTableCell* above = table()->cellAbove(this)) { in clippedOverflowRectForRepaint()722 RenderTableCell* prevCell = table->cellAbove(this); in computeCollapsedBeforeBorder()
1242 RenderTableCell* RenderTable::cellAbove(const RenderTableCell* cell) const in cellAbove() function in WebCore::RenderTable
803 return t && (t->cellBefore(rc) || t->cellAbove(rc)); in shouldEmitTabBeforeNode()