Searched refs:editingRoot (Results 1 – 2 of 2) sorted by relevance
510 Node* editingRoot = editableRootForPosition(position); in canonicalPosition() local514 …if ((editingRoot && editingRoot->hasTagName(htmlTag)) || position.deprecatedNode()->isDocumentNode… in canonicalPosition()517 bool prevIsInSameEditableElement = prevNode && editableRootForPosition(prev) == editingRoot; in canonicalPosition()518 bool nextIsInSameEditableElement = nextNode && editableRootForPosition(next) == editingRoot; in canonicalPosition()
42989 collected from the subtree under the editingRoot.