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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextGranularity.h 41 ParagraphBoundary,
FrameSelection.cpp 638 case ParagraphBoundary:
673 case ParagraphBoundary:
710 case ParagraphBoundary:
756 case ParagraphBoundary:
    [all...]
EditorCommand.cpp 360 frame.editor().deleteWithDirection(DirectionBackward, ParagraphBoundary, true, false);
376 frame.editor().deleteWithDirection(DirectionForward, ParagraphBoundary, true, false);
741 frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, ParagraphBoundary, UserTriggered);
747 frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, ParagraphBoundary, UserTriggered);
    [all...]
TypingCommand.cpp 551 if (granularity == ParagraphBoundary && selection->selection().isCaret() && isEndOfParagraph(selection->selection().visibleEnd()))
VisibleSelection.cpp 447 case ParagraphBoundary:
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 327 else if (equalIgnoringCase(granularityString, "paragraphboundary"))
328 granularity = ParagraphBoundary;
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]

Completed in 205 milliseconds