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

  /external/webkit/Source/WebCore/editing/
InsertListCommand.cpp 40 static Node* enclosingListChild(Node* node, Node* listNode)
42 Node* listChild = enclosingListChild(node);
44 listChild = enclosingListChild(listChild->parentNode());
195 Node* listChildNode = enclosingListChild(selectionNode);
220 Node* firstChildInList = enclosingListChild(VisiblePosition(firstPositionInNode(listNode.get())).deepEquivalent().deprecatedNode(), listNode.get());
268 nextListChild = enclosingListChild(end.next().deepEquivalent().deprecatedNode(), listNode);
270 previousListChild = enclosingListChild(start.previous().deepEquivalent().deprecatedNode(), listNode);
370 Node* listChild = enclosingListChild(insertionPos.deprecatedNode());
ModifySelectionListLevel.cpp 55 Node* startListChild = enclosingListChild(selection.start().anchorNode());
60 Node* endListChild = selection.isRange() ? enclosingListChild(selection.end().anchorNode()) : startListChild;
htmlediting.h 193 Node* enclosingListChild(Node*);
htmlediting.cpp 687 Node* enclosingListChild(Node *node)
734 Node* listChildNode = enclosingListChild(visiblePos.deepEquivalent().deprecatedNode());
    [all...]
ReplaceSelectionCommand.cpp 463 enclosingListChild(sourceBlock) == enclosingListChild(destinationNode) &&
    [all...]

Completed in 2207 milliseconds