Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DModifySelectionListLevel.cpp55 Node* startListChild = enclosingListChild(selection.start().anchorNode()); in getStartEndListChildren() local
56 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() local
175 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 …]