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

  /external/webkit/Source/WebCore/editing/
TextGranularity.h 40 LineBoundary,
SelectionController.cpp 439 case LineBoundary:
482 case LineBoundary:
525 case LineBoundary:
566 case LineBoundary:
607 case LineBoundary:
654 case LineBoundary:
696 case LineBoundary:
731 case LineBoundary:
752 return granularity == LineBoundary || granularity == ParagraphBoundary || granularity == DocumentBoundary;
    [all...]
EditorCommand.cpp 349 frame->editor()->deleteWithDirection(DirectionBackward, LineBoundary, true, false);
363 frame->editor()->deleteWithDirection(DirectionForward, LineBoundary, true, false);
710 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, LineBoundary, true);
716 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, LineBoundary, true);
770 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, LineBoundary, true);
776 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, LineBoundary, true);
    [all...]
VisibleSelection.cpp 340 case LineBoundary:
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 327 else if (equalIgnoringCase(granularityString, "lineboundary"))
328 granularity = LineBoundary;
EventHandler.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 1297 milliseconds