Searched refs:insertNodeAfter (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | BreakBlockquoteCommand.cpp | 87 insertNodeAfter(breakNode.get(), topBlockquote); in doApply() 135 insertNodeAfter(clonedBlockquote.get(), breakNode.get()); in doApply()
|
D | InsertParagraphSeparatorCommand.cpp | 236 insertNodeAfter(blockToInsert, siblingNode); in doApply() 334 insertNodeAfter(blockToInsert.get(), startBlock); in doApply()
|
D | ReplaceSelectionCommand.cpp | 700 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()
|
D | InsertLineBreakCommand.cpp | 63 insertNodeAfter(node, pos.deprecatedNode()); in insertNodeAfterPosition()
|
D | CompositeEditCommand.h | 62 void insertNodeAfter(PassRefPtr<Node>, PassRefPtr<Node> refChild);
|
D | CompositeEditCommand.cpp | 142 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()
|
D | InsertTextCommand.cpp | 227 insertNodeAfter(spanNode.get(), textNode); in insertTab()
|
D | ModifySelectionListLevel.cpp | 112 insertNodeAfter(node, refNode); in insertSiblingNodeRangeAfter()
|
D | InsertListCommand.cpp | 303 insertNodeAfter(nodeToInsert, listNode); in unlistifyParagraph()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 5881 (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):
|
D | ChangeLog-2006-05-10 | 5972 …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
|
D | ChangeLog | 44427 The bug was caused by insertNodeAfter's calling parentElement on document's child. 44446 (WebCore::CompositeEditCommand::insertNodeAfter): Calls parentNode instead of parentElement.
|
D | ChangeLog-2009-06-16 | 60167 (WebCore::CompositeEditCommand::insertNodeAfter): Ditto.
|