Home
last modified time | relevance | path

Searched refs:tryMergeAdjacentTextCells (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/wml/
DWMLTableElement.h46 bool tryMergeAdjacentTextCells(Node* item, Node* nextItem) const;
DWMLTableElement.cpp154 bool WMLTableElement::tryMergeAdjacentTextCells(Node* item, Node* nextItem) const in tryMergeAdjacentTextCells() function in WebCore::WMLTableElement
195 if (tryMergeAdjacentTextCells(newCell->lastChild(), columnElement->firstChild())) in joinSuperflousColumns()