Searched refs:tryMergeAdjacentTextCells (Results 1 – 2 of 2) sorted by relevance
46 bool tryMergeAdjacentTextCells(Node* item, Node* nextItem) const;
154 bool WMLTableElement::tryMergeAdjacentTextCells(Node* item, Node* nextItem) const in tryMergeAdjacentTextCells() function in WebCore::WMLTableElement195 if (tryMergeAdjacentTextCells(newCell->lastChild(), columnElement->firstChild())) in joinSuperflousColumns()