Searched defs:enclosingTableCell (Results 1 – 2 of 2) sorted by relevance
444 Node* enclosingTableCell = enclosingNodeOfType(visibleStart.deepEquivalent(), &isTableCell); in deleteKeyPressed() local533 Node* enclosingTableCell = enclosingNodeOfType(visibleEnd.deepEquivalent(), &isTableCell); in forwardDeleteKeyPressed() local
631 Node* enclosingTableCell(const Position& p) in enclosingTableCell() function