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

/external/webkit/Source/WebCore/editing/
H A DVisibleSelection.cpp460 Node* startRoot = highestEditableRoot(m_start); local
466 if (baseRoot == startRoot && baseRoot == endRoot)
474 if (startRoot != baseRoot) {
529 if (startRoot || startEditableAncestor != baseEditableAncestor) {
531 Node* shadowAncestor = startRoot ? startRoot->shadowAncestorNode() : 0;
532 if (p.isNull() && startRoot && (shadowAncestor != startRoot))
H A DEditor.cpp979 Element* startRoot = command.startingRootEditableElement(); local
982 if (startRoot)
983 startRoot->dispatchEvent(Event::create(eventNames().webkitEditableContentChangedEvent, false, false), ec);
984 if (endRoot && endRoot != startRoot)

Completed in 84 milliseconds