Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DModifySelectionListLevel.cpp122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Elemen… in appendSiblingNodeRange() function in WebCore::ModifySelectionListLevelCommand
181 appendSiblingNodeRange(startListChild, endListChild, toElement(previousItem)); in doApply()
200 appendSiblingNodeRange(startListChild, endListChild, newParent.get()); in doApply()
DModifySelectionListLevel.h40 void appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent);