Home
last modified time | relevance | path

Searched refs:insertNodeAfter (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/editing/
DBreakBlockquoteCommand.cpp87 insertNodeAfter(breakNode.get(), topBlockquote); in doApply()
135 insertNodeAfter(clonedBlockquote.get(), breakNode.get()); in doApply()
DInsertParagraphSeparatorCommand.cpp236 insertNodeAfter(blockToInsert, siblingNode); in doApply()
334 insertNodeAfter(blockToInsert.get(), startBlock); in doApply()
DReplaceSelectionCommand.cpp700 insertNodeAfter(newSpan, childNode); in copyStyleToChildren()
1096 insertNodeAfter(newListItem, enclosingNode); in doApply()
1232 insertNodeAfter(insertChild, refChild); in insertNodeAfterAndUpdateNodesInserted()
1278 insertNodeAfter(listItem, lastNode); in insertAsListItems()
1286 insertNodeAfter(createListItemElement(document()), lastNode); in insertAsListItems()
DInsertLineBreakCommand.cpp63 insertNodeAfter(node, pos.deprecatedNode()); in insertNodeAfterPosition()
DCompositeEditCommand.h62 void insertNodeAfter(PassRefPtr<Node>, PassRefPtr<Node> refChild);
DCompositeEditCommand.cpp142 void CompositeEditCommand::insertNodeAfter(PassRefPtr<Node> insertChild, PassRefPtr<Node> refChild) in insertNodeAfter() function in WebCore::CompositeEditCommand
184 insertNodeAfter(insertChild, refChild); in insertNodeAt()
280 insertNodeAfter(second, first); in mergeIdenticalElements()
818 insertNodeAfter(clonedNode, lastNode); in cloneParagraphUnderNewElement()
1087 insertNodeAfter(newBlock, listNode); in breakOutOfEmptyListItem()
DInsertTextCommand.cpp227 insertNodeAfter(spanNode.get(), textNode); in insertTab()
DModifySelectionListLevel.cpp112 insertNodeAfter(node, refNode); in insertSiblingNodeRangeAfter()
DInsertListCommand.cpp303 insertNodeAfter(nodeToInsert, listNode); in unlistifyParagraph()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-235881 (khtml::CompositeEditCommand::insertNodeAfter):
8969 (khtml::CompositeEditCommand::insertNodeAfter):
11435 (khtml::CompositeEditCommand::insertNodeAfter):
25091 (khtml::CompositeEditCommand::insertNodeAfter): Ditto, but check is for after.
31967 …<rdar://problem/3854848> Tiger Mail Crash in WebCore - khtml::CompositeEditCommand::insertNodeAfter
40796 (khtml::CompositeEditCommandImpl::insertNodeAfter):
44796 (khtml::CompositeEditCommandImpl::insertNodeAfter):
50591 (CompositeEditCommand::insertNodeAfter):
51347 (CompositeEditStep::insertNodeAfter):
DChangeLog-2006-05-105972 …racer: 2116 crashes in Mail at com.apple.WebCore: khtml::CompositeEditCommand::insertNodeAfter + 32
7290 …racer: 2116 crashes in Mail at com.apple.WebCore: khtml::CompositeEditCommand::insertNodeAfter + 32
DChangeLog44427 The bug was caused by insertNodeAfter's calling parentElement on document's child.
44446 (WebCore::CompositeEditCommand::insertNodeAfter): Calls parentNode instead of parentElement.
DChangeLog-2009-06-1660167 (WebCore::CompositeEditCommand::insertNodeAfter): Ditto.