Lines Matching refs:modify

312         // Doesn't modify the text if the current selection isn't a range.
320 // Doesn't scroll to make the selection visible, or modify the kill ring (this time, siding with IE, not Firefox).
455 // Doesn't scroll to make the selection visible, or modify the kill ring.
510 // Doesn't scroll to make the selection visible, or modify the kill ring.
609 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, CharacterGranularity, true);
615 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, CharacterGranularity, true);
621 return frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, LineGranularity, true);
626 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, LineGranularity, true);
632 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, CharacterGranularity, true);
638 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, CharacterGranularity, true);
644 return frame->selection()->modify(SelectionController::AlterationMove, DirectionLeft, CharacterGranularity, true);
649 frame->selection()->modify(SelectionController::AlterationExtend, DirectionLeft, CharacterGranularity, true);
658 return frame->selection()->modify(SelectionController::AlterationMove, distance, true, SelectionController::AlignCursorOnScrollAlways);
666 return frame->selection()->modify(SelectionController::AlterationExtend, distance, true, SelectionController::AlignCursorOnScrollAlways);
674 return frame->selection()->modify(SelectionController::AlterationMove, -distance, true, SelectionController::AlignCursorOnScrollAlways);
682 return frame->selection()->modify(SelectionController::AlterationExtend, -distance, true, SelectionController::AlignCursorOnScrollAlways);
687 return frame->selection()->modify(SelectionController::AlterationMove, DirectionRight, CharacterGranularity, true);
692 frame->selection()->modify(SelectionController::AlterationExtend, DirectionRight, CharacterGranularity, true);
698 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, DocumentBoundary, true);
704 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, DocumentBoundary, true);
710 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, LineBoundary, true);
716 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, LineBoundary, true);
722 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, ParagraphBoundary, true);
728 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, ParagraphBoundary, true);
734 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, SentenceBoundary, true);
740 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, SentenceBoundary, true);
746 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, DocumentBoundary, true);
752 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, DocumentBoundary, true);
758 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, SentenceBoundary, true);
764 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, SentenceBoundary, true);
770 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, LineBoundary, true);
776 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, LineBoundary, true);
782 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, ParagraphBoundary, true);
788 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, ParagraphBoundary, true);
794 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, ParagraphGranularity, true);
800 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, ParagraphGranularity, true);
806 return frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, LineGranularity, true);
811 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, LineGranularity, true);
817 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, WordGranularity, true);
823 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, WordGranularity, true);
829 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, WordGranularity, true);
835 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, WordGranularity, true);
841 frame->selection()->modify(SelectionController::AlterationMove, DirectionLeft, WordGranularity, true);
847 frame->selection()->modify(SelectionController::AlterationExtend, DirectionLeft, WordGranularity, true);
853 frame->selection()->modify(SelectionController::AlterationMove, DirectionRight, WordGranularity, true);
859 frame->selection()->modify(SelectionController::AlterationExtend, DirectionRight, WordGranularity, true);
865 frame->selection()->modify(SelectionController::AlterationMove, DirectionLeft, LineBoundary, true);
871 frame->selection()->modify(SelectionController::AlterationExtend, DirectionLeft, LineBoundary, true);
877 frame->selection()->modify(SelectionController::AlterationMove, DirectionRight, LineBoundary, true);
883 frame->selection()->modify(SelectionController::AlterationExtend, DirectionRight, LineBoundary, true);