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

  /external/webkit/WebCore/editing/
TextGranularity.h 39 SentenceBoundary,
SelectionController.cpp 293 case SentenceBoundary:
322 case SentenceBoundary:
357 case SentenceBoundary:
396 case SentenceBoundary:
442 case SentenceBoundary:
475 case SentenceBoundary:
509 case SentenceBoundary:
542 case SentenceBoundary:
    [all...]
EditorCommand.cpp 726 frame->selection()->modify(SelectionController::MOVE, SelectionController::BACKWARD, SentenceBoundary, true);
732 frame->selection()->modify(SelectionController::EXTEND, SelectionController::BACKWARD, SentenceBoundary, true);
750 frame->selection()->modify(SelectionController::MOVE, SelectionController::FORWARD, SentenceBoundary, true);
756 frame->selection()->modify(SelectionController::EXTEND, SelectionController::FORWARD, SentenceBoundary, true);
    [all...]
VisibleSelection.cpp 383 case SentenceBoundary:
  /external/webkit/WebCore/page/
DOMSelection.cpp 302 else if (equalIgnoringCase(granularityString, "sentenceboundary"))
303 granularity = SentenceBoundary;

Completed in 150 milliseconds