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

  /external/webkit/Source/WebCore/editing/
TextGranularity.h 39 SentenceBoundary,
SelectionController.cpp 448 case SentenceBoundary:
479 case SentenceBoundary:
519 case SentenceBoundary:
563 case SentenceBoundary:
616 case SentenceBoundary:
651 case SentenceBoundary:
690 case SentenceBoundary:
728 case SentenceBoundary:
    [all...]
EditorCommand.cpp 734 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, SentenceBoundary, true);
740 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, SentenceBoundary, true);
758 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, SentenceBoundary, true);
764 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, SentenceBoundary, true);
    [all...]
VisibleSelection.cpp 379 case SentenceBoundary:
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 329 else if (equalIgnoringCase(granularityString, "sentenceboundary"))
330 granularity = SentenceBoundary;

Completed in 1483 milliseconds