Home | History | Annotate | Download | only in editing

Lines Matching refs:deleteWithDirection

325     frame->editor()->deleteWithDirection(SelectionController::BACKWARD, CharacterGranularity, false, true);
332 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, CharacterGranularity, false, true);
338 frame->editor()->deleteWithDirection(SelectionController::FORWARD, CharacterGranularity, false, true);
344 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, LineBoundary, true, false);
350 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, ParagraphBoundary, true, false);
358 frame->editor()->deleteWithDirection(SelectionController::FORWARD, LineBoundary, true, false);
366 frame->editor()->deleteWithDirection(SelectionController::FORWARD, ParagraphBoundary, true, false);
387 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, WordGranularity, true, false);
393 frame->editor()->deleteWithDirection(SelectionController::FORWARD, WordGranularity, true, false);
440 frame->editor()->deleteWithDirection(SelectionController::FORWARD, CharacterGranularity, false, true);