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

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

Completed in 200 milliseconds