/external/webkit/WebCore/editing/ |
D | InsertParagraphSeparatorCommand.cpp | 139 appendNode(child, parent); in cloneHierarchyUnderNewBlock() 221 appendNode(extraBlock, startBlock); in doApply() 224 appendNode(blockToInsert, startBlock); in doApply() 336 appendNode(blockToInsert.get(), startBlock); in doApply() 349 appendNode(createBreakElement(document()).get(), blockToInsert.get()); in doApply() 360 appendNode(n, parent.get()); in doApply() 376 appendNode(n, parent.get()); in doApply()
|
D | InsertListCommand.cpp | 52 appendNode(node, listElement); in fixOrphanedListChild() 176 appendNode(placeholder, nodeToInsert); in doApply() 214 appendNode(placeholder, listItemElement); in doApply() 227 appendNode(listItemElement, previousList); in doApply() 234 appendNode(listItemElement, listElement); in doApply()
|
D | BreakBlockquoteCommand.cpp | 159 appendNode(clonedChild.get(), clonedAncestor.get()); in doApply() 168 appendNode(moveNode, clonedAncestor.get()); in doApply() 186 appendNode(moveNode, clonedParent); in doApply()
|
D | InsertLineBreakCommand.cpp | 62 appendNode(node, cb); in insertNodeAfterPosition() 74 appendNode(node, cb); in insertNodeBeforePosition()
|
D | CreateLinkCommand.cpp | 55 appendNode(textNode.get(), anchorElement.get()); in doApply()
|
D | CompositeEditCommand.cpp | 147 appendNode(insertChild, parent); in insertNodeAfter() 170 appendNode(insertChild, static_cast<Element*>(refChild)); in insertNodeAt() 184 void CompositeEditCommand::appendNode(PassRefPtr<Node> node, PassRefPtr<Element> parent) in appendNode() function in WebCore::CompositeEditCommand 584 appendNode(placeholder, container); in appendBlockPlaceholder() 750 appendNode(topNode, blockElement); in cloneParagraphUnderNewElement() 765 appendNode(child, static_cast<Element *>(lastNode.get())); in cloneParagraphUnderNewElement()
|
D | FormatBlockCommand.cpp | 124 appendNode(placeholder, blockNode); in doApply()
|
D | CompositeEditCommand.h | 49 void appendNode(PassRefPtr<Node>, PassRefPtr<Element> parent);
|
D | ModifySelectionListLevel.cpp | 128 appendNode(node, newParent); in appendSiblingNodeRange()
|
D | IndentOutdentCommand.cpp | 146 appendNode(placeholder, blockquote); in indentRegion()
|
D | ApplyStyleCommand.cpp | 1717 appendNode(node, element); in surroundNodeRangeWithElement()
|
/external/webkit/JavaScriptCore/wtf/ |
D | ListHashSet.h | 108 void appendNode(Node*); 475 appendNode(*result.first); in add() 543 void ListHashSet<T, U>::appendNode(Node* node) in appendNode() function 563 return appendNode(newNode); in insertNodeBefore()
|
/external/webkit/WebCore/ |
D | ChangeLog-2002-12-03 | 5487 * kwq/KWQValueListImpl.h: Add iterator return value for appendNode 5490 (KWQValueListImpl::appendNode): Add iterator. 16909 (KWQValueListImpl::isEmpty), (KWQValueListImpl::appendNode),
|
D | ChangeLog-2005-08-23 | 28820 …reference block is the body. Perform insertNodeAt(0) and appendNode, respectively, in the block-is… 34068 (KWQValueListImpl::appendNode): 40782 Simple change. I switched the arguments of the appendNode helper function 40798 (khtml::CompositeEditCommandImpl::appendNode): 44797 (khtml::CompositeEditCommandImpl::appendNode): 50592 (CompositeEditCommand::appendNode): 51348 (CompositeEditStep::appendNode):
|
D | ChangeLog-2006-12-31 | 36408 (WebCore::CompositeEditCommand::appendNode): Ditto. 50153 … (WebCore::CompositeEditCommand::appendNode): Assert that the parent canHaveChildrenForEditing.
|
D | ChangeLog-2008-08-10 | 13243 (WebCore::CompositeEditCommand::appendNode):
|
D | ChangeLog-2009-06-16 | 60169 (WebCore::CompositeEditCommand::appendNode): Ditto.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 4958 (WTF::::appendNode):
|