HomeSort by relevance Sort by last modified time
    Searched refs:enclosingListChild (Results 1 - 6 of 6) 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());
200 Node* listChildNode = enclosingListChild(selectionNode);
225 Node* firstChildInList = enclosingListChild(VisiblePosition(firstPositionInNode(listNode.get())).deepEquivalent().deprecatedNode(), listNode.get());
272 nextListChild = enclosingListChild(end.next().deepEquivalent().deprecatedNode(), listNode);
274 previousListChild = enclosingListChild(start.previous().deepEquivalent().deprecatedNode(), listNode);
374 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*);
InsertParagraphSeparatorCommand.cpp 167 Node* listChildNode = enclosingListChild(insertionPosition.parentAnchoredEquivalent().containerNode());
htmlediting.cpp 664 Node* enclosingListChild(Node *node)
711 Node* listChildNode = enclosingListChild(visiblePos.deepEquivalent().deprecatedNode());
    [all...]
ReplaceSelectionCommand.cpp 454 enclosingListChild(sourceBlock) == enclosingListChild(destinationNode) &&
    [all...]

Completed in 169 milliseconds