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

/external/webkit/WebCore/editing/
H A DInsertListCommand.cpp136 Node* listChildNode = enclosingListChild(selectionNode);
159 nextListChild = enclosingListChild(end.next().deepEquivalent().node());
163 previousListChild = enclosingListChild(start.previous().deepEquivalent().node());
252 Node* listChild = enclosingListChild(insertionPos.node());
H A DModifySelectionListLevel.cpp55 Node* startListChild = enclosingListChild(selection.start().node());
60 Node* endListChild = selection.isRange() ? enclosingListChild(selection.end().node()) : startListChild;
H A Dhtmlediting.h199 HTMLElement* enclosingListChild(Node*);
H A DReplaceSelectionCommand.cpp445 enclosingListChild(sourceBlock) == enclosingListChild(destinationNode) &&
H A Dhtmlediting.cpp751 HTMLElement* enclosingListChild(Node *node) function in namespace:WebCore
798 Node* listChildNode = enclosingListChild(visiblePos.deepEquivalent().node());

Completed in 23 milliseconds