Lines Matching refs:get
84 insertNodeBefore(breakNode.get(), topBlockquote);
85 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM));
91 insertNodeAfter(breakNode.get(), topBlockquote);
95 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM));
139 insertNodeAfter(clonedBlockquote.get(), breakNode.get());
156 setNodeAttribute(static_cast<Element*>(clonedChild.get()), startAttr, String::number(toRenderListItem(listChildNode->renderer())->value()));
159 appendNode(clonedChild.get(), clonedAncestor.get());
168 appendNode(moveNode, clonedAncestor.get());
198 addBlockPlaceholderIfNeeded(clonedBlockquote.get());
201 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM));