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

  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 270 frame->selection()->modify(kevent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
276 frame->selection()->modify(kevent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
282 frame->selection()->modify(kevent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
288 frame->selection()->modify(kevent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 349 frame->selection()->modify(keyEvent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
355 frame->selection()->modify(keyEvent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
361 frame->selection()->modify(keyEvent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
367 frame->selection()->modify(keyEvent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 359 frame->selection()->modify(keyEvent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
365 frame->selection()->modify(keyEvent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
371 frame->selection()->modify(keyEvent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
377 frame->selection()->modify(keyEvent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 609 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, CharacterGranularity, true);
621 return frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, LineGranularity, true);
632 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, CharacterGranularity, true);
644 return frame->selection()->modify(SelectionController::AlterationMove, DirectionLeft, CharacterGranularity, true);
658 return frame->selection()->modify(SelectionController::AlterationMove, distance, true, SelectionController::AlignCursorOnScrollAlways);
674 return frame->selection()->modify(SelectionController::AlterationMove, -distance, true, SelectionController::AlignCursorOnScrollAlways);
687 return frame->selection()->modify(SelectionController::AlterationMove, DirectionRight, CharacterGranularity, true);
698 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, DocumentBoundary, true);
710 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, LineBoundary, true);
722 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, ParagraphBoundary, true)
    [all...]
SelectionController.h 54 enum EAlteration { AlterationMove, AlterationExtend };
SelectionController.cpp 775 if (alter == AlterationMove)
787 if (alter == AlterationMove)
804 if (!wasRange && alter == AlterationMove && position == originalStartPosition)
814 case AlterationMove:
    [all...]
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 300 alter = SelectionController::AlterationMove;
EventHandler.cpp     [all...]

Completed in 117 milliseconds