Home | History | Annotate | Download | only in editing

Lines Matching defs:respondToChangedSelection

526     client().respondToChangedSelection(&m_frame, m_frame.selection().selectionType());
1109 // does not call EditorClient::respondToChangedSelection(), which, on the Mac, sends selection change notifications and
1112 client().respondToChangedSelection(&m_frame, m_frame.selection().selectionType());
1286 void Editor::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
1288 spellChecker().respondToChangedSelection(oldSelection, options);