Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DModifySelectionListLevel.cpp106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, N… in insertSiblingNodeRangeAfter() function in WebCore::ModifySelectionListLevelCommand
273 insertSiblingNodeRangeAfter(startListChild, endListChild, listNode); in doApply()
DModifySelectionListLevel.h42 void insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode);
/external/webkit/WebCore/
DChangeLog-2006-05-1017008 (WebCore::ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter):