Searched refs:startRoot (Results 1 – 2 of 2) sorted by relevance
531 Node* startRoot = highestEditableRoot(m_start); in adjustSelectionToAvoidCrossingEditingBoundaries() local537 if (baseRoot == startRoot && baseRoot == endRoot) in adjustSelectionToAvoidCrossingEditingBoundaries()545 if (startRoot != baseRoot) { in adjustSelectionToAvoidCrossingEditingBoundaries()600 if (startRoot || startEditableAncestor != baseEditableAncestor) { in adjustSelectionToAvoidCrossingEditingBoundaries()602 Node* shadowAncestor = startRoot ? startRoot->shadowHost() : 0; in adjustSelectionToAvoidCrossingEditingBoundaries()
755 static void dispatchEditableContentChangedEvents(PassRefPtr<Element> startRoot, PassRefPtr<Element>… in dispatchEditableContentChangedEvents() argument757 if (startRoot) in dispatchEditableContentChangedEvents()758 …startRoot->dispatchEvent(Event::create(EventTypeNames::webkitEditableContentChanged), IGNORE_EXCEP… in dispatchEditableContentChangedEvents()759 if (endRoot && endRoot != startRoot) in dispatchEditableContentChangedEvents()