Home | History | Annotate | Download | only in editing

Lines Matching refs:oldSelection

524 void Editor::notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
1286 void Editor::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
1288 spellChecker().respondToChangedSelection(oldSelection, options);
1290 notifyComponentsOnChangedSelection(oldSelection, options);