HomeSort by relevance Sort by last modified time
    Searched refs:DirectionForward (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 37 enum SelectionDirection { DirectionForward, DirectionBackward, DirectionRight, DirectionLeft };
EditorCommand.cpp 343 frame->editor()->deleteWithDirection(DirectionForward, CharacterGranularity, false, true);
363 frame->editor()->deleteWithDirection(DirectionForward, LineBoundary, true, false);
371 frame->editor()->deleteWithDirection(DirectionForward, ParagraphBoundary, true, false);
398 frame->editor()->deleteWithDirection(DirectionForward, WordGranularity, true, false);
451 frame->editor()->deleteWithDirection(DirectionForward, CharacterGranularity, false, 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);
746 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, DocumentBoundary, true)
    [all...]
TypingCommand.cpp 586 selection.modify(SelectionController::AlterationExtend, DirectionForward, granularity);
588 selection.modify(SelectionController::AlterationExtend, DirectionForward, CharacterGranularity);
603 selection.modify(SelectionController::AlterationExtend, DirectionForward, CharacterGranularity);
SelectionController.cpp 371 case DirectionForward:
780 case DirectionForward:
824 if (direction == DirectionForward || (textDirection == LTR && direction == DirectionRight) || (textDirection == RTL && direction == DirectionLeft))
    [all...]
Editor.cpp 313 case DirectionForward:
    [all...]
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 265 frame->editor()->deleteWithDirection(DirectionForward,
289 DirectionForward,
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 368 DirectionForward,
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 378 DirectionForward,
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 306 direction = DirectionForward;
EventHandler.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]

Completed in 924 milliseconds