Searched refs:nextIsInSameEditableElement (Results 1 – 1 of 1) sorted by relevance
605 bool nextIsInSameEditableElement = nextNode && editableRootForPosition(next) == editingRoot; in canonicalPosition() local606 if (prevIsInSameEditableElement && !nextIsInSameEditableElement) in canonicalPosition()609 if (nextIsInSameEditableElement && !prevIsInSameEditableElement) in canonicalPosition()612 if (!nextIsInSameEditableElement && !prevIsInSameEditableElement) in canonicalPosition()