Searched refs:startRoot (Results 1 – 2 of 2) sorted by relevance
460 Node* startRoot = highestEditableRoot(m_start); in adjustSelectionToAvoidCrossingEditingBoundaries() local466 if (baseRoot == startRoot && baseRoot == endRoot) in adjustSelectionToAvoidCrossingEditingBoundaries()474 if (startRoot != baseRoot) { in adjustSelectionToAvoidCrossingEditingBoundaries()529 if (startRoot || startEditableAncestor != baseEditableAncestor) { in adjustSelectionToAvoidCrossingEditingBoundaries()531 Node* shadowAncestor = startRoot ? startRoot->shadowAncestorNode() : 0; in adjustSelectionToAvoidCrossingEditingBoundaries()532 if (p.isNull() && startRoot && (shadowAncestor != startRoot)) in adjustSelectionToAvoidCrossingEditingBoundaries()
979 Element* startRoot = command.startingRootEditableElement(); in dispatchEditableContentChangedEvents() local982 if (startRoot) in dispatchEditableContentChangedEvents()983 …startRoot->dispatchEvent(Event::create(eventNames().webkitEditableContentChangedEvent, false, fals… in dispatchEditableContentChangedEvents()984 if (endRoot && endRoot != startRoot) in dispatchEditableContentChangedEvents()