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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextGranularity.h 40 LineBoundary,
FrameSelection.cpp 588 case LineBoundary:
630 case LineBoundary:
675 case LineBoundary:
713 case LineBoundary:
752 case LineBoundary:
798 case LineBoundary:
    [all...]
EditorCommand.cpp 357 frame->editor()->deleteWithDirection(DirectionBackward, LineBoundary, true, false);
371 frame->editor()->deleteWithDirection(DirectionForward, LineBoundary, true, false);
721 frame->selection()->modify(FrameSelection::AlterationMove, DirectionBackward, LineBoundary, UserTriggered);
727 frame->selection()->modify(FrameSelection::AlterationExtend, DirectionBackward, LineBoundary, UserTriggered);
781 frame->selection()->modify(FrameSelection::AlterationMove, DirectionForward, LineBoundary, UserTriggered);
787 frame->selection()->modify(FrameSelection::AlterationExtend, DirectionForward, LineBoundary, UserTriggered);
    [all...]
VisibleSelection.cpp 350 case LineBoundary:
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 322 else if (equalIgnoringCase(granularityString, "lineboundary"))
323 granularity = LineBoundary;

Completed in 374 milliseconds