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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp 41 static Node* enclosingListChild(Node* node, Node* listNode)
43 Node* listChild = enclosingListChild(node);
45 listChild = enclosingListChild(listChild->parentNode());
196 Node* listChildNode = enclosingListChild(selectionNode);
221 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 209 Node* enclosingListChild(Node*);
htmlediting.cpp 671 Node* enclosingListChild(Node *node)
718 Node* listChildNode = enclosingListChild(visiblePos.deepEquivalent().deprecatedNode());
    [all...]
ReplaceSelectionCommand.cpp 457 enclosingListChild(sourceBlock) == enclosingListChild(destinationNode) &&
    [all...]

Completed in 35 milliseconds