Home | History | Annotate | Download | only in editing

Lines Matching refs:oldSelection

714 void SpellChecker::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
735 // oldSelection may no longer be in the document.
738 && oldSelection.isContentEditable()
739 && oldSelection.start().inDocument()
740 && !isSelectionInTextField(oldSelection)) {
741 spellCheckOldSelection(oldSelection, newAdjacentWords, newSelectedSentence);
775 void SpellChecker::spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords, const VisibleSelection& newSelectedSentence)
777 VisiblePosition oldStart(oldSelection.visibleStart());