Home
last modified time | relevance | path

Searched refs:appendNode (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebCore/editing/
DInsertParagraphSeparatorCommand.cpp139 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()
DInsertListCommand.cpp52 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()
DBreakBlockquoteCommand.cpp159 appendNode(clonedChild.get(), clonedAncestor.get()); in doApply()
168 appendNode(moveNode, clonedAncestor.get()); in doApply()
186 appendNode(moveNode, clonedParent); in doApply()
DInsertLineBreakCommand.cpp62 appendNode(node, cb); in insertNodeAfterPosition()
74 appendNode(node, cb); in insertNodeBeforePosition()
DCreateLinkCommand.cpp55 appendNode(textNode.get(), anchorElement.get()); in doApply()
DCompositeEditCommand.cpp147 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()
DFormatBlockCommand.cpp124 appendNode(placeholder, blockNode); in doApply()
DCompositeEditCommand.h49 void appendNode(PassRefPtr<Node>, PassRefPtr<Element> parent);
DModifySelectionListLevel.cpp128 appendNode(node, newParent); in appendSiblingNodeRange()
DIndentOutdentCommand.cpp146 appendNode(placeholder, blockquote); in indentRegion()
DApplyStyleCommand.cpp1717 appendNode(node, element); in surroundNodeRangeWithElement()
/external/webkit/JavaScriptCore/wtf/
DListHashSet.h108 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/
DChangeLog-2002-12-035487 * kwq/KWQValueListImpl.h: Add iterator return value for appendNode
5490 (KWQValueListImpl::appendNode): Add iterator.
16909 (KWQValueListImpl::isEmpty), (KWQValueListImpl::appendNode),
DChangeLog-2005-08-2328820 …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):
DChangeLog-2006-12-3136408 (WebCore::CompositeEditCommand::appendNode): Ditto.
50153 … (WebCore::CompositeEditCommand::appendNode): Assert that the parent canHaveChildrenForEditing.
DChangeLog-2008-08-1013243 (WebCore::CompositeEditCommand::appendNode):
DChangeLog-2009-06-1660169 (WebCore::CompositeEditCommand::appendNode): Ditto.
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-144958 (WTF::::appendNode):