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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRow.cpp120 last = lastCell();
122 RenderTableCell* lastCell = toRenderTableCell(last); local
123 if (beforeChild == lastCell)
124 beforeChild = lastCell->firstChild();
125 lastCell->addChild(child, beforeChild);
206 for (RenderTableCell* cell = lastCell(); cell; cell = cell->previousCell()) {
H A DRenderTableRow.h41 RenderTableCell* lastCell() const;
H A DRenderTableCell.h313 inline RenderTableCell* RenderTableRow::lastCell() const function in class:blink::RenderTableRow

Completed in 93 milliseconds