Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DModifySelectionListLevel.cpp106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, N… in insertSiblingNodeRangeAfter() function in WebCore::ModifySelectionListLevelCommand
272 insertSiblingNodeRangeAfter(startListChild, endListChild, listNode); in doApply()
DModifySelectionListLevel.h42 void insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode);