Searched refs:enclosingListChild (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertListCommand.cpp42 static Node* enclosingListChild(Node* node, Node* listNode) function in namespace:WebCore
44 Node* listChild = enclosingListChild(node);
46 listChild = enclosingListChild(listChild->parentNode());
201 Node* listChildNode = enclosingListChild(selectionNode);
227 Node* firstChildInList = enclosingListChild(VisiblePosition(firstPositionInNode(listNode.get())).deepEquivalent().deprecatedNode(), listNode.get());
274 nextListChild = enclosingListChild(end.next().deepEquivalent().deprecatedNode(), listNode);
276 previousListChild = enclosingListChild(start.previous().deepEquivalent().deprecatedNode(), listNode);
376 Node* listChild = enclosingListChild(insertionPos.deprecatedNode());
H A DModifySelectionListLevel.cpp55 Node* startListChild = enclosingListChild(selection.start().anchorNode());
60 Node* endListChild = selection.isRange() ? enclosingListChild(selection.end().anchorNode()) : startListChild;
H A Dhtmlediting.h211 Node* enclosingListChild(Node*);
H A Dhtmlediting.cpp664 Node* enclosingListChild(Node *node) function in namespace:WebCore
711 Node* listChildNode = enclosingListChild(visiblePos.deepEquivalent().deprecatedNode());
H A DReplaceSelectionCommand.cpp465 enclosingListChild(sourceBlock) == enclosingListChild(destinationNode) &&

Completed in 170 milliseconds