HomeSort by relevance Sort by last modified time
    Searched refs:tryMergeAdjacentTextCells (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/wml/
WMLTableElement.h 44 bool tryMergeAdjacentTextCells(Node* item, Node* nextItem) const;
WMLTableElement.cpp 149 bool WMLTableElement::tryMergeAdjacentTextCells(Node* item, Node* nextItem) const
190 if (tryMergeAdjacentTextCells(newCell->lastChild(), columnElement->firstChild()))

Completed in 174 milliseconds