Home | History | Annotate | Download | only in editing

Lines Matching defs:shadowAncestor

270         Node* shadowAncestor = highestRoot->treeScope().ancestorInThisScope(editablePosition.deprecatedNode());
271 if (!shadowAncestor)
274 editablePosition = positionAfterNode(shadowAncestor);
300 Node* shadowAncestor = highestRoot->treeScope().ancestorInThisScope(editablePosition.deprecatedNode());
301 if (!shadowAncestor)
304 editablePosition = firstPositionInOrBeforeNode(shadowAncestor);