HomeSort by relevance Sort by last modified time
    Searched refs:AlterationExtend (Results 1 - 11 of 11) 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 615 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, CharacterGranularity, true);
626 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, LineGranularity, true);
638 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, CharacterGranularity, true);
649 frame->selection()->modify(SelectionController::AlterationExtend, DirectionLeft, CharacterGranularity, true);
666 return frame->selection()->modify(SelectionController::AlterationExtend, distance, true, SelectionController::AlignCursorOnScrollAlways);
682 return frame->selection()->modify(SelectionController::AlterationExtend, -distance, true, SelectionController::AlignCursorOnScrollAlways);
692 frame->selection()->modify(SelectionController::AlterationExtend, DirectionRight, CharacterGranularity, true);
704 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, DocumentBoundary, true);
716 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, LineBoundary, true);
728 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, ParagraphBoundary, true)
    [all...]
TypingCommand.cpp 490 selection.modify(SelectionController::AlterationExtend, DirectionBackward, granularity);
492 selection.modify(SelectionController::AlterationExtend, DirectionBackward, CharacterGranularity);
518 selection.modify(SelectionController::AlterationExtend, DirectionBackward, granularity);
586 selection.modify(SelectionController::AlterationExtend, DirectionForward, granularity);
588 selection.modify(SelectionController::AlterationExtend, DirectionForward, CharacterGranularity);
603 selection.modify(SelectionController::AlterationExtend, DirectionForward, CharacterGranularity);
SelectionController.cpp 347 if (alter != AlterationExtend)
781 if (alter == AlterationExtend)
793 if (alter == AlterationExtend)
817 case AlterationExtend:
841 setIsDirectional(alter == AlterationExtend);
    [all...]
SelectionController.h 54 enum EAlteration { AlterationMove, AlterationExtend };
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 298 alter = SelectionController::AlterationExtend;
445 selection->modify(SelectionController::AlterationExtend, DirectionBackward, CharacterGranularity);
EventHandler.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm 177 DOMRange *wholeWord = [frame _rangeByAlteringCurrentSelection:SelectionController::AlterationExtend
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 163 milliseconds