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

  /external/webkit/Source/WebCore/editing/
TextGranularity.h 37 LineGranularity,
SelectionController.cpp 446 case LineGranularity:
473 case LineGranularity:
517 case LineGranularity:
552 case LineGranularity: {
614 case LineGranularity:
645 case LineGranularity:
688 case LineGranularity:
722 case LineGranularity:
832 if (granularity == LineGranularity || granularity == ParagraphGranularity)
    [all...]
EditorCommand.cpp 621 return frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, LineGranularity, true);
626 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, LineGranularity, true);
806 return frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, LineGranularity, true);
    [all...]
VisibleSelection.cpp 327 case LineGranularity: {
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 284 kevent->ctrlKey() ? ParagraphGranularity : LineGranularity,
290 kevent->ctrlKey() ? ParagraphGranularity : LineGranularity,
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 363 keyEvent->ctrlKey() ? ParagraphGranularity : LineGranularity,
369 keyEvent->ctrlKey() ? ParagraphGranularity : LineGranularity,
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 373 keyEvent->ctrlKey() ? ParagraphGranularity : LineGranularity,
379 keyEvent->ctrlKey() ? ParagraphGranularity : LineGranularity,
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 324 granularity = LineGranularity;
EventHandler.cpp     [all...]

Completed in 356 milliseconds