Searched refs:insertNodeAfter (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | InsertParagraphSeparatorCommand.cpp | 241 insertNodeAfter(listChildToInsert.get(), listChild); in doApply() 248 insertNodeAfter(blockToInsert, siblingElement); in doApply() 380 insertNodeAfter(listChildToInsert.get(), listChild); in doApply() 382 insertNodeAfter(blockToInsert.get(), startBlock); in doApply()
|
D | BreakBlockquoteCommand.cpp | 90 insertNodeAfter(breakElement.get(), topBlockquote); in doApply() 139 insertNodeAfter(clonedBlockquote.get(), breakElement.get()); in doApply()
|
D | CompositeEditCommand.cpp | 316 void CompositeEditCommand::insertNodeAfter(PassRefPtrWillBeRawPtr<Node> insertChild, PassRefPtrWill… in insertNodeAfter() function in blink::CompositeEditCommand 359 insertNodeAfter(insertChild, refChild); in insertNodeAt() 459 insertNodeAfter(second, first); in mergeIdenticalElements() 1056 insertNodeAfter(clonedNode, lastNode); in cloneParagraphUnderNewElement() 1338 insertNodeAfter(newBlock, listNode); in breakOutOfEmptyListItem()
|
D | InsertTextCommand.cpp | 255 insertNodeAfter(spanElement, textNode.release()); in insertTab()
|
D | CompositeEditCommand.h | 108 void insertNodeAfter(PassRefPtrWillBeRawPtr<Node>, PassRefPtrWillBeRawPtr<Node> refChild);
|
D | ReplaceSelectionCommand.cpp | 1129 insertNodeAfter(node, refNode); in doApply() 1232 insertNodeAfter(newListItem, enclosingBlockElement); in doApply() 1326 insertNodeAfter(node, endNode); in addSpacesForSmartReplace() 1480 insertNodeAfter(listItem, lastNode); in insertAsListItems()
|
D | InsertListCommand.cpp | 317 insertNodeAfter(elementToInsert, listElement); in unlistifyParagraph()
|