Searched refs:cellBelow (Results 1 – 8 of 8) sorted by relevance
130 RenderTableCell* cellBelow(const RenderTableCell*) const;
205 if (RenderTableCell* below = table()->cellBelow(this)) { in clippedOverflowRectForRepaint()545 RenderTableCell* nextCell = table()->cellBelow(this); in collapsedBottomBorder()
1093 RenderTableCell* RenderTable::cellBelow(const RenderTableCell* cell) const in cellBelow() function in WebCore::RenderTable
30875 table()->cellBelow(this). In the case of the crash, cellBelow() returns 30876 a pointer to a table cell that was already destroyed. cellBelow() thinks
6449 (RenderTable::cellBelow):6578 (RenderTable::cellBelow): Same.
617 (RenderTable::cellBelow):
52277 (WebCore::RenderTable::cellBelow): Changed to call sectionBelow.54514 (WebCore::RenderTable::cellBelow): Return 0 if the cell is in the last row
37425 (WebCore::RenderTable::cellBelow): Ditto.68977 (WebCore::RenderTable::cellBelow):