Home
last modified time | relevance | path

Searched refs:DirectionForward (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp343 frame->editor()->deleteWithDirection(DirectionForward, CharacterGranularity, false, true); in executeDeleteForward()
363 frame->editor()->deleteWithDirection(DirectionForward, LineBoundary, true, false); in executeDeleteToEndOfLine()
371 frame->editor()->deleteWithDirection(DirectionForward, ParagraphBoundary, true, false); in executeDeleteToEndOfParagraph()
398 frame->editor()->deleteWithDirection(DirectionForward, WordGranularity, true, false); in executeDeleteWordForward()
451 frame->editor()->deleteWithDirection(DirectionForward, CharacterGranularity, false, true); in executeForwardDelete()
621 …return frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, LineGranu… in executeMoveDown()
626 …frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, LineGranularit… in executeMoveDownAndModifySelection()
632 …frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, CharacterGranula… in executeMoveForward()
638 …frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, CharacterGranu… in executeMoveForwardAndModifySelection()
746 …frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, DocumentBoundary… in executeMoveToEndOfDocument()
[all …]
DVisibleSelection.h37 enum SelectionDirection { DirectionForward, DirectionBackward, DirectionRight, DirectionLeft }; enumerator
DTypingCommand.cpp586 selection.modify(SelectionController::AlterationExtend, DirectionForward, granularity); in forwardDeleteKeyPressed()
588 … selection.modify(SelectionController::AlterationExtend, DirectionForward, CharacterGranularity); in forwardDeleteKeyPressed()
603 … selection.modify(SelectionController::AlterationExtend, DirectionForward, CharacterGranularity); in forwardDeleteKeyPressed()
DSelectionController.cpp371 case DirectionForward: in willBeModified()
780 case DirectionForward: in modify()
824 …if (direction == DirectionForward || (textDirection == LTR && direction == DirectionRight) || (tex… in modify()
876 willBeModified(alter, up ? DirectionBackward : DirectionForward); in modify()
DEditor.cpp313 case DirectionForward: in deleteWithDirection()
2038 …frame()->selection()->modify(SelectionController::AlterationMove, DirectionForward, CharacterGranu… in markMisspellingsAfterTypingToWord()
2309 …m_frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, CharacterGranu… in markAllMisspellingsAndBadGrammarInRanges()
2313 …m_frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, CharacterGranu… in markAllMisspellingsAndBadGrammarInRanges()
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp265 frame->editor()->deleteWithDirection(DirectionForward, in handleKeyboardEvent()
289 DirectionForward, in handleKeyboardEvent()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp368 DirectionForward, in handleEditingKeyboardEvent()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp378 DirectionForward, in handleEditingKeyboardEvent()
/external/webkit/Source/WebCore/page/
DDOMSelection.cpp306 direction = DirectionForward; in modify()
DEventHandler.cpp2580 …Controller::AlterationExtend : SelectionController::AlterationMove, DirectionForward, (isCommanded… in handleKeyboardSelectionMovement()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1200 if (!editor->deleteWithDirection(DirectionForward, in executeCommand()
1204 editor->deleteWithDirection(DirectionForward, in executeCommand()
/external/webkit/Source/WebKit/haiku/
DChangeLog592 …Extend } and enum EDirection { FORWARD, BACKWARD, RIGHT, LEFT} to { DirectionForward, DirectionBac…
/external/webkit/Source/WebKit/
DChangeLog1296 …Extend } and enum EDirection { FORWARD, BACKWARD, RIGHT, LEFT} to { DirectionForward, DirectionBac…
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1617059 …Extend } and enum EDirection { FORWARD, BACKWARD, RIGHT, LEFT} to { DirectionForward, DirectionBac…
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-167317 …Extend } and enum EDirection { FORWARD, BACKWARD, RIGHT, LEFT} to { DirectionForward, DirectionBac…
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06130384 …Extend } and enum EDirection { FORWARD, BACKWARD, RIGHT, LEFT} to { DirectionForward, DirectionBac…