Lines Matching refs:get
186 ASSERT(canHaveChildrenForEditing(parent.get()));
249 if (renderer && (!renderer->canHaveChildren() || hasARenderedDescendant(node.get()) || node->rootEditableElement() == node))
272 ASSERT(!first->isDescendantOf(second.get()) && second != first);
300 int startIndex = TextIterator::rangeLength(startRange.get());
318 setEndingSelection(VisibleSelection(selectedRange.get()));
334 applyCommandToComposite(DeleteFromTextNodeCommand::create(node.get(), offset, count));
436 // this function doesn't get all surrounding whitespace, just the whitespace in the current text node.
699 moveParagraphs(visibleParagraphStart, visibleParagraphEnd, VisiblePosition(Position(newBlock.get(), 0)));
763 Node* item = ancestors[i - 1].get();
765 appendNode(child, static_cast<Element *>(lastNode.get()));
907 startIndex = TextIterator::rangeLength(startRange.get(), true);
913 endIndex = TextIterator::rangeLength(endRange.get(), true);
933 RefPtr<DocumentFragment> fragment = startOfParagraphToMove != endOfParagraphToMove ? createFragmentFromMarkup(document(), createMarkup(range.get(), 0, DoNotAnnotateForInterchange, true), "") : 0;
971 destinationIndex = TextIterator::rangeLength(startToDestinationRange.get(), true);
979 applyStyle(styleInEmptyParagraph.get());
1047 setEndingSelection(VisibleSelection(Position(newBlock.get(), 0), DOWNSTREAM));
1049 prepareEditingStyleToApplyAt(style.get(), endingSelection().start());
1051 applyStyle(style.get());
1080 VisiblePosition atBR(Position(br.get(), 0));