Home | History | Annotate | Download | only in page

Lines Matching refs:Range

52 class Range;
87 virtual bool shouldDeleteRange(Range*) = 0;
99 virtual bool shouldBeginEditing(Range*) = 0;
100 virtual bool shouldEndEditing(Range*) = 0;
101 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) = 0;
102 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) = 0;
103 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity, bool stillSelecting) = 0;
105 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) = 0;
108 virtual bool shouldMoveRangeAfterDelete(Range*, Range*) = 0;