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 626 case LineBoundary:
668 case LineBoundary:
713 case LineBoundary:
751 case LineBoundary:
790 case LineBoundary:
    [all...]
EditorCommand.cpp 353 frame.editor().deleteWithDirection(DirectionBackward, LineBoundary, true, false);
367 frame.editor().deleteWithDirection(DirectionForward, LineBoundary, true, false);
728 frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, LineBoundary, UserTriggered);
734 frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, LineBoundary, UserTriggered);
788 frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, LineBoundary, UserTriggered);
794 frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, LineBoundary, UserTriggered);
    [all...]
VisibleSelection.cpp 352 case LineBoundary:
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 327 else if (equalIgnoringCase(granularityString, "lineboundary"))
328 granularity = LineBoundary;

Completed in 57 milliseconds