HomeSort by relevance Sort by last modified time
    Searched refs:appendSiblingNodeRange (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.h 40 void appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent);
ModifySelectionListLevel.cpp 122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent)
181 appendSiblingNodeRange(startListChild, endListChild, static_cast<Element*>(previousItem));
200 appendSiblingNodeRange(startListChild, endListChild, newParent.get());

Completed in 61 milliseconds