Home | History | Annotate | Download | only in editing

Lines Matching refs:startRoot

859     Element* startRoot = command.startingRootEditableElement();
862 if (startRoot)
863 startRoot->dispatchEvent(Event::create(eventNames().webkitEditableContentChangedEvent, false, false), ec);
864 if (endRoot && endRoot != startRoot)