Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:Range

54     virtual bool shouldBeginEditing(WebCore::Range*);
55 virtual bool shouldEndEditing(WebCore::Range*);
56 virtual bool shouldInsertText(const WebCore::String&, WebCore::Range*, WebCore::EditorInsertAction);
67 bool shouldDeleteRange(WebCore::Range*);
69 bool shouldInsertNode(WebCore::Node*, WebCore::Range* replacingRange, WebCore::EditorInsertAction);
70 bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
71 bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*);
90 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, WebCore::Range* toRange, WebCore::EAffinity, bool stillSelecting);