Searched refs:enclosingTableCell (Results 1 – 8 of 8) sorted by relevance
316 Node* previousCell = enclosingTableCell(pos.deepEquivalent()); in adjacentEnclosingList()317 Node* currentCell = enclosingTableCell(adjacentPos.deepEquivalent()); in adjacentEnclosingList()
63 Node* enclosingTableCell(const Position&);
464 … enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent()) && in shouldMerge()
654 Node* enclosingTableCell(const Position& p) in enclosingTableCell() function
44387 has an enclosingTableCell. Even though [tableCell, 0] has 44391 Fixed this by changing enclosingTableCell to take in44397 Call the new enclosingTableCell.44401 (WebCore::enclosingTableCell): Take in a position instead
65387 Changed enclosingTableCell to simply call enclosingNodeWithType. We should do65389 unless doing so would affect readability, like it would in the case of enclosingTableCell.65418 (WebCore::enclosingTableCell):
2114 (WebCore::enclosingTableCell): Added.
60322 (WebCore::enclosingTableCell): Ditto.