Searched refs:enclosingTableCell (Results 1 – 5 of 5) sorted by relevance
444 Node* enclosingTableCell = enclosingNodeOfType(visibleStart.deepEquivalent(), &isTableCell); in deleteKeyPressed() local445 if (enclosingTableCell && visibleStart == firstPositionInNode(enclosingTableCell)) in deleteKeyPressed()533 Node* enclosingTableCell = enclosingNodeOfType(visibleEnd.deepEquivalent(), &isTableCell); in forwardDeleteKeyPressed() local534 if (enclosingTableCell && visibleEnd == lastPositionInNode(enclosingTableCell)) in forwardDeleteKeyPressed()
320 Node* previousCell = enclosingTableCell(pos.deepEquivalent()); in adjacentEnclosingList()321 Node* currentCell = enclosingTableCell(adjacentPos.deepEquivalent()); in adjacentEnclosingList()
64 Node* enclosingTableCell(const Position&);
455 … enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent()) && in shouldMerge()
631 Node* enclosingTableCell(const Position& p) in enclosingTableCell() function