Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleSelection.cpp531 Node* startRoot = highestEditableRoot(m_start); in adjustSelectionToAvoidCrossingEditingBoundaries() local
537 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()
DEditor.cpp755 static void dispatchEditableContentChangedEvents(PassRefPtr<Element> startRoot, PassRefPtr<Element>… in dispatchEditableContentChangedEvents() argument
757 if (startRoot) in dispatchEditableContentChangedEvents()
758startRoot->dispatchEvent(Event::create(EventTypeNames::webkitEditableContentChanged), IGNORE_EXCEP… in dispatchEditableContentChangedEvents()
759 if (endRoot && endRoot != startRoot) in dispatchEditableContentChangedEvents()