Home | History | Annotate | Download | only in editing

Lines Matching refs:Range

107     bool shouldInsertFragment(PassRefPtr<DocumentFragment>, PassRefPtr<Range>, EditorInsertAction);
108 bool shouldInsertText(const String&, Range*, EditorInsertAction) const;
110 bool shouldDeleteRange(Range*) const;
111 bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
201 void markMisspellings(const VisibleSelection&, RefPtr<Range>& firstMisspellingRange);
221 void markAllMisspellingsAndBadGrammarInRanges(bool markSpelling, Range* spellingRange, bool markGrammar, Range* grammarRange, bool performTextCheckingReplacements);
228 bool shouldBeginEditing(Range*);
229 bool shouldEndEditing(Range*);
261 PassRefPtr<Range> compositionRange() const;
275 PassRefPtr<Range> rangeForPoint(const IntPoint& windowPoint);
287 PassRefPtr<Range> selectedRange();
291 bool insideVisibleArea(Range*) const;
292 PassRefPtr<Range> nextVisibleRange(Range*, const String&, bool forward, bool caseFlag, bool wrapFlag);
294 void addToKillRing(Range*, bool prepend);
309 bool canDeleteRange(Range*) const;
323 PassRefPtr<Range> firstVisibleRange(const String&, bool caseFlag);
324 PassRefPtr<Range> lastVisibleRange(const String&, bool caseFlag);