Lines Matching refs:get
114 insertNodeAt(nodeToInsert.get(), pos);
119 VisiblePosition endingPosition(Position(nodeToInsert.get(), 0));
122 insertNodeAt(nodeToInsert.get(), pos);
125 if (!isStartOfParagraph(VisiblePosition(Position(nodeToInsert.get(), 0))))
126 insertNodeBefore(nodeToInsert->cloneNode(false).get(), nodeToInsert.get());
128 setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM));
132 insertNodeAt(nodeToInsert.get(), pos);
133 setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM));
153 insertNodeAt(nbspNode.get(), positionBeforeTextNode);
154 endingPosition = Position(nbspNode.get(), 0);
170 applyStyle(typingStyle, firstDeepEditingPositionForNode(nodeToInsert.get()), lastDeepEditingPositionForNode(nodeToInsert.get()));