Home
last modified time | relevance | path

Searched refs:startRoot (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DVisibleSelection.cpp460 Node* startRoot = highestEditableRoot(m_start); in adjustSelectionToAvoidCrossingEditingBoundaries() local
466 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()
DEditor.cpp979 Element* startRoot = command.startingRootEditableElement(); in dispatchEditableContentChangedEvents() local
982 if (startRoot) in dispatchEditableContentChangedEvents()
983startRoot->dispatchEvent(Event::create(eventNames().webkitEditableContentChangedEvent, false, fals… in dispatchEditableContentChangedEvents()
984 if (endRoot && endRoot != startRoot) in dispatchEditableContentChangedEvents()