Home
last modified time | relevance | path

Searched refs:lastCell (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.cpp114 last = lastCell(); in addChild()
116 RenderTableCell* lastCell = toRenderTableCell(last); in addChild() local
117 if (beforeChild == lastCell) in addChild()
118 beforeChild = lastCell->firstChild(); in addChild()
119 lastCell->addChild(child, beforeChild); in addChild()
204 for (RenderTableCell* cell = lastCell(); cell; cell = cell->previousCell()) { in nodeAtPoint()
DRenderTableRow.h40 RenderTableCell* lastCell() const;
DRenderTableCell.h313 inline RenderTableCell* RenderTableRow::lastCell() const in lastCell() function