Home | History | Annotate | Download | only in editing

Lines Matching refs:endRoot

674 static void dispatchEditableContentChangedEvents(PassRefPtrWillBeRawPtr<Element> startRoot, PassRefPtrWillBeRawPtr<Element> endRoot)
678 if (endRoot && endRoot != startRoot)
679 endRoot->dispatchEvent(Event::create(EventTypeNames::webkitEditableContentChanged), IGNORE_EXCEPTION);