Home | History | Annotate | Download | only in editing

Lines Matching refs:toNormalizedRange

431     return m_frame->selection()->toNormalizedRange();
538 RefPtr<Range> range = m_frame->selection()->toNormalizedRange();
865 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
874 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
947 RefPtr<Range> range(m_frame->selection()->toNormalizedRange());
1089 RefPtr<Range> range = selection.toNormalizedRange();
1137 if (!shouldInsertText("\n", m_frame->selection()->toNormalizedRange().get(), EditorInsertActionTyped))
1155 if (!shouldInsertText("\n", m_frame->selection()->toNormalizedRange().get(), EditorInsertActionTyped))
1648 RefPtr<Range> selectedRange = frame()->selection()->toNormalizedRange();
1664 RefPtr<Range> selectedRange = frame()->selection()->toNormalizedRange();
1874 return TextCheckingHelper(client(), frame()->selection()->toNormalizedRange()).isUngrammatical(ignoredGuesses);
1885 TextCheckingHelper(client(), frame()->selection()->toNormalizedRange()).isUngrammatical(guesses);
1906 return TextCheckingHelper(client(), frame()->selection()->toNormalizedRange()).guessesForMisspelledOrUngrammaticalRange(isGrammarCheckingEnabled(), misspelled, ungrammatical);
1951 RefPtr<Range> selectedRange = movingSelection.toNormalizedRange();
1999 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), selectedSentence.toNormalizedRange().get());
2001 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), adjacentWords.toNormalizedRange().get());
2059 RefPtr<Range> searchRange(selection.toNormalizedRange());
2355 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, spellingSelection.toNormalizedRange().get(), grammarSelection.toNormalizedRange().get());
2452 return avoidIntersectionWithNode(selection.toNormalizedRange().get(), m_deleteButtonController->containerElement());
2749 return plainText(m_frame->selection()->toNormalizedRange().get()).replace(0, "");
2801 return client()->shouldChangeSelectedRange(oldSelection.toNormalizedRange().get(), newSelection.toNormalizedRange().get(), affinity, stillSelecting);
2835 RefPtr<Range> range(m_frame->selection()->toNormalizedRange());
2992 if (startInSelection && areRangesEqual(VisibleSelection(resultRange.get()).toNormalizedRange().get(), selection.toNormalizedRange().get())) {
3186 if (RefPtr<Range> wordRange = newAdjacentWords.toNormalizedRange())
3189 if (RefPtr<Range> sentenceRange = newSelectedSentence.toNormalizedRange())