Searched refs:cellAbove (Results 1 – 10 of 10) sorted by relevance
129 RenderTableCell* cellAbove(const RenderTableCell*) const;
199 if (RenderTableCell* above = table()->cellAbove(this)) { in clippedOverflowRectForRepaint()471 RenderTableCell* prevCell = table()->cellAbove(this); in collapsedTopBorder()
1061 RenderTableCell* RenderTable::cellAbove(const RenderTableCell* cell) const in cellAbove() function in WebCore::RenderTable
154 … RenderTableCell* cellAboveRenderer = tableCellRenderer->table()->cellAbove(tableCellRenderer);
397 … RenderTableCell* cellAboveRenderer = tableCellRenderer->table()->cellAbove(tableCellRenderer); in searchForLabelsAboveCell()
604 return t && (t->cellBefore(rc) || t->cellAbove(rc)); in shouldEmitTabBeforeNode()
616 (RenderTable::cellAbove):5875 khtml::RenderTable::cellAbove at pi.nersc.gov5880 (RenderTable::cellAbove):8914 (RenderTable::cellAbove):8960 (RenderTable::cellAbove): New support routine to find the cell above another
6448 (RenderTable::cellAbove):6577 (RenderTable::cellAbove): cellAt() now returns a CellStruct.
52276 (WebCore::RenderTable::cellAbove): Changed to call sectionAbove.54512 (WebCore::RenderTable::cellAbove): Return 0 if the cell is in the first row
37424 (WebCore::RenderTable::cellAbove): Ditto.68976 (WebCore::RenderTable::cellAbove):