Home
last modified time | relevance | path

Searched refs:nodeToInsert (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DInsertLineBreakCommand.cpp107 RefPtr<Node> nodeToInsert; in doApply() local
109 nodeToInsert = createBreakElement(document()); in doApply()
111 nodeToInsert = document()->createTextNode("\n"); in doApply()
118 insertNodeAt(nodeToInsert.get(), pos); in doApply()
121 insertNodeBefore(nodeToInsert->cloneNode(false), nodeToInsert); in doApply()
123 VisiblePosition endingPosition(positionBeforeNode(nodeToInsert.get())); in doApply()
126 insertNodeAt(nodeToInsert.get(), pos); in doApply()
129 if (!isStartOfParagraph(positionBeforeNode(nodeToInsert.get()))) in doApply()
130 insertNodeBefore(nodeToInsert->cloneNode(false).get(), nodeToInsert.get()); in doApply()
132 … setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM)); in doApply()
[all …]
DInsertListCommand.cpp276 RefPtr<Element> nodeToInsert = placeholder; in unlistifyParagraph() local
280 nodeToInsert = createListItemElement(document()); in unlistifyParagraph()
281 appendNode(placeholder, nodeToInsert); in unlistifyParagraph()
293 insertNodeBefore(nodeToInsert, listNode); in unlistifyParagraph()
301 insertNodeBefore(nodeToInsert, listNode); in unlistifyParagraph()
303 insertNodeAfter(nodeToInsert, listNode); in unlistifyParagraph()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2342500 part has a typing style. Maintain a nodeToInsert local variable, which is