Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTable.h191 RenderTableCell* cellBelow(const RenderTableCell*) const;
DRenderTableCell.cpp281 if (RenderTableCell* below = table()->cellBelow(this)) { in clippedOverflowRectForRepaint()
616 RenderTableCell* nextCell = table->cellBelow(this); in collapsedAfterBorder()
DRenderTable.cpp1157 RenderTableCell* RenderTable::cellBelow(const RenderTableCell* cell) const in cellBelow() function in WebCore::RenderTable
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1030875 table()->cellBelow(this). In the case of the crash, cellBelow() returns
30876 a pointer to a table cell that was already destroyed. cellBelow() thinks
DChangeLog-2005-12-196449 (RenderTable::cellBelow):
6578 (RenderTable::cellBelow): Same.
DChangeLog-2003-10-25617 (RenderTable::cellBelow):
DChangeLog-2006-12-3152277 (WebCore::RenderTable::cellBelow): Changed to call sectionBelow.
54514 (WebCore::RenderTable::cellBelow): Return 0 if the cell is in the last row
DChangeLog-2007-10-1437425 (WebCore::RenderTable::cellBelow): Ditto.
68977 (WebCore::RenderTable::cellBelow):
DChangeLog-2010-12-0692536 (WebCore::RenderTable::cellBelow):
94551 (WebCore::RenderTable::cellBelow):