Home | History | Annotate | Download | only in editing

Lines Matching refs:startRoot

979     Element* startRoot = command.startingRootEditableElement();
982 if (startRoot)
983 startRoot->dispatchEvent(Event::create(eventNames().webkitEditableContentChangedEvent, false, false), ec);
984 if (endRoot && endRoot != startRoot)