Searched refs:startListChild (Results 1 – 1 of 1) sorted by relevance
55 Node* startListChild = enclosingListChild(selection.start().anchorNode()); in getStartEndListChildren() local56 if (!startListChild) in getStartEndListChildren()60 …istChild = selection.isRange() ? enclosingListChild(selection.end().anchorNode()) : startListChild; in getStartEndListChildren()73 while (startListChild->parentNode() != endListChild->parentNode()) { in getStartEndListChildren()86 start = startListChild; in getStartEndListChildren()173 Node* startListChild; in doApply() local175 if (!canIncreaseListLevel(endingSelection(), startListChild, endListChild)) in doApply()178 Node* previousItem = startListChild->renderer()->previousSibling()->node(); in doApply()181 appendSiblingNodeRange(startListChild, endListChild, toElement(previousItem)); in doApply()188 newParent = startListChild->parentElement(); in doApply()[all …]