Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:Range

50         virtual bool shouldDeleteRange(Range*);
62 virtual bool shouldBeginEditing(Range*);
63 virtual bool shouldEndEditing(Range*);
64 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
65 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction);
66 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange,
69 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
70 virtual bool shouldMoveRangeAfterDelete(Range*, Range*);