Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTable.h130 RenderTableCell* cellBelow(const RenderTableCell*) const;
DRenderTableCell.cpp205 if (RenderTableCell* below = table()->cellBelow(this)) { in clippedOverflowRectForRepaint()
545 RenderTableCell* nextCell = table()->cellBelow(this); in collapsedBottomBorder()
DRenderTable.cpp1093 RenderTableCell* RenderTable::cellBelow(const RenderTableCell* cell) const in cellBelow() function in WebCore::RenderTable
/external/webkit/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):