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 43 static Node* enclosingListChild(Node* node, Node* listNode)
45 Node* listChild = enclosingListChild(node);
47 listChild = enclosingListChild(listChild->parentNode());
203 Node* listChildNode = enclosingListChild(selectionNode);
228 Node* firstChildInList = enclosingListChild(VisiblePosition(firstPositionInNode(listNode.get())).deepEquivalent().deprecatedNode(), listNode.get());
276 nextListChild = enclosingListChild(end.next().deepEquivalent().deprecatedNode(), listNode);
278 previousListChild = enclosingListChild(start.previous().deepEquivalent().deprecatedNode(), listNode);
378 Node* listChild = enclosingListChild(insertionPos.deprecatedNode());
htmlediting.h 214 Node* enclosingListChild(Node*);
InsertParagraphSeparatorCommand.cpp 167 Node* listChildNode = enclosingListChild(insertionPosition.parentAnchoredEquivalent().containerNode());
htmlediting.cpp 668 Node* enclosingListChild(Node *node)
691 Node* listChildNode = enclosingListChild(visiblePos.deepEquivalent().deprecatedNode());
    [all...]
ReplaceSelectionCommand.cpp 463 enclosingListChild(sourceBlock) == enclosingListChild(destinationNode) &&
    [all...]

Completed in 566 milliseconds