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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextGranularity.h 39 SentenceBoundary,
FrameSelection.cpp 635 case SentenceBoundary:
665 case SentenceBoundary:
707 case SentenceBoundary:
748 case SentenceBoundary:
    [all...]
EditorCommand.cpp 752 frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, SentenceBoundary, UserTriggered);
758 frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, SentenceBoundary, UserTriggered);
776 frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, SentenceBoundary, UserTriggered);
782 frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, SentenceBoundary, UserTriggered);
    [all...]
VisibleSelection.cpp 391 case SentenceBoundary:
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 329 else if (equalIgnoringCase(granularityString, "sentenceboundary"))
330 granularity = SentenceBoundary;

Completed in 29 milliseconds