Home
last modified time | relevance | path

Searched refs:cellAbove (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTable.h129 RenderTableCell* cellAbove(const RenderTableCell*) const;
DRenderTableCell.cpp199 if (RenderTableCell* above = table()->cellAbove(this)) { in clippedOverflowRectForRepaint()
471 RenderTableCell* prevCell = table()->cellAbove(this); in collapsedTopBorder()
DRenderTable.cpp1061 RenderTableCell* RenderTable::cellAbove(const RenderTableCell* cell) const in cellAbove() function in WebCore::RenderTable
/external/webkit/WebCore/page/mac/
DFrameMac.mm154 … RenderTableCell* cellAboveRenderer = tableCellRenderer->table()->cellAbove(tableCellRenderer);
/external/webkit/WebCore/page/
DFrame.cpp397 … RenderTableCell* cellAboveRenderer = tableCellRenderer->table()->cellAbove(tableCellRenderer); in searchForLabelsAboveCell()
/external/webkit/WebCore/editing/
DTextIterator.cpp604 return t && (t->cellBefore(rc) || t->cellAbove(rc)); in shouldEmitTabBeforeNode()
/external/webkit/WebCore/
DChangeLog-2003-10-25616 (RenderTable::cellAbove):
5875 khtml::RenderTable::cellAbove at pi.nersc.gov
5880 (RenderTable::cellAbove):
8914 (RenderTable::cellAbove):
8960 (RenderTable::cellAbove): New support routine to find the cell above another
DChangeLog-2005-12-196448 (RenderTable::cellAbove):
6577 (RenderTable::cellAbove): cellAt() now returns a CellStruct.
DChangeLog-2006-12-3152276 (WebCore::RenderTable::cellAbove): Changed to call sectionAbove.
54512 (WebCore::RenderTable::cellAbove): Return 0 if the cell is in the first row
DChangeLog-2007-10-1437424 (WebCore::RenderTable::cellAbove): Ditto.
68976 (WebCore::RenderTable::cellAbove):