Home | History | Annotate | Download | only in editing

Lines Matching refs:WordGranularity

321         TypingCommand::deleteKeyPressed(frame->document(), frame->selection()->granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);
392 frame->editor()->deleteWithDirection(DirectionBackward, WordGranularity, true, false);
398 frame->editor()->deleteWithDirection(DirectionForward, WordGranularity, true, false);
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);
999 return expandSelectionToGranularity(frame, WordGranularity);