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 637 case SentenceBoundary:
667 case SentenceBoundary:
709 case SentenceBoundary:
750 case SentenceBoundary:
    [all...]
EditorCommand.cpp 753 frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, SentenceBoundary, UserTriggered);
759 frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, SentenceBoundary, UserTriggered);
777 frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, SentenceBoundary, UserTriggered);
    [all...]
VisibleSelection.cpp 451 case SentenceBoundary:
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 325 else if (equalIgnoringCase(granularityString, "sentenceboundary"))
326 granularity = SentenceBoundary;

Completed in 82 milliseconds