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 628 case LineBoundary:
670 case LineBoundary:
715 case LineBoundary:
753 case LineBoundary:
792 case LineBoundary:
    [all...]
EditorCommand.cpp 354 frame.editor().deleteWithDirection(DirectionBackward, LineBoundary, true, false);
368 frame.editor().deleteWithDirection(DirectionForward, LineBoundary, true, false);
729 frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, LineBoundary, UserTriggered);
735 frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, LineBoundary, UserTriggered);
    [all...]
VisibleSelection.cpp 412 case LineBoundary:
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 323 else if (equalIgnoringCase(granularityString, "lineboundary"))
324 granularity = LineBoundary;

Completed in 235 milliseconds