Home | History | Annotate | Download | only in editing

Lines Matching refs:VisibleSelection

40 #include "VisibleSelection.h"
133 void respondToChangedSelection(const VisibleSelection& oldSelection);
134 void respondToChangedContents(const VisibleSelection& endingSelection);
172 void unappliedSpellCorrection(const VisibleSelection& selectionOfCorrected, const String& corrected, const String& correction);
222 void markMisspellingsAfterTypingToWord(const VisiblePosition &wordStart, const VisibleSelection& selectionAfterTyping, bool doReplacement);
223 void markMisspellings(const VisibleSelection&, RefPtr<Range>& firstMisspellingRange);
224 void markBadGrammar(const VisibleSelection&);
225 void markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection);
313 VisibleSelection selectionForCommand(Event*);
339 void clearMisspellingsAndBadGrammar(const VisibleSelection&);
340 void markMisspellingsAndBadGrammar(const VisibleSelection&);
342 Node* findEventTargetFrom(const VisibleSelection& selection) const;
349 const VisibleSelection& mark() const; // Mark, to be used as emacs uses it.
350 void setMark(const VisibleSelection&);
358 void respondToChangedSelection(const VisibleSelection& oldSelection, SelectionController::SetSelectionOptions);
359 bool shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity, bool stillSelecting) const;
404 VisibleSelection m_mark;
416 void markMisspellingsOrBadGrammar(const VisibleSelection&, bool checkSpelling, RefPtr<Range>& firstMisspellingRange);
427 void changeSelectionAfterCommand(const VisibleSelection& newSelection, bool closeTyping, bool clearTypingStyle);
443 inline const VisibleSelection& Editor::mark() const
448 inline void Editor::setMark(const VisibleSelection& selection)