Searched refs:enclosingTableCell (Results 1 – 5 of 5) sorted by relevance
449 Node* enclosingTableCell = enclosingNodeOfType(visibleStart.deepEquivalent(), &isTableCell); in deleteKeyPressed() local450 …if (enclosingTableCell && visibleStart == VisiblePosition(firstPositionInNode(enclosingTableCell))) in deleteKeyPressed()538 Node* enclosingTableCell = enclosingNodeOfType(visibleEnd.deepEquivalent(), &isTableCell); in forwardDeleteKeyPressed() local539 … if (enclosingTableCell && visibleEnd == VisiblePosition(lastPositionInNode(enclosingTableCell))) in forwardDeleteKeyPressed()
324 Node* previousCell = enclosingTableCell(pos.deepEquivalent()); in adjacentEnclosingList()325 Node* currentCell = enclosingTableCell(adjacentPos.deepEquivalent()); in adjacentEnclosingList()
64 Node* enclosingTableCell(const Position&);
464 … enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent()) && in shouldMerge()
635 Node* enclosingTableCell(const Position& p) in enclosingTableCell() function