Searched refs:isLastPositionBeforeTable (Results 1 – 4 of 4) sorted by relevance
71 Node* isLastPositionBeforeTable(const VisiblePosition&);
494 Node* isLastPositionBeforeTable(const VisiblePosition& visiblePosition) in isLastPositionBeforeTable() function1036 if (Node* table = isLastPositionBeforeTable(startOfSelection)) in selectionForParagraphIteration()
451 if (isLastPositionBeforeTable(visibleStart)) in deleteKeyPressed()
791 if (Node* table = isLastPositionBeforeTable(m_selectionToDelete.visibleStart())) in doApply()