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

  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 412 VisiblePosition SelectionController::endForPlatform() const
480 pos = endOfSentence(endForPlatform());
483 pos = logicalEndOfLine(endForPlatform());
486 pos = endOfParagraph(endForPlatform());
489 pos = endForPlatform();
555 pos = endForPlatform();
561 pos = nextParagraphPosition(endForPlatform(), xPosForVerticalArrowNavigation(START));
564 pos = endOfSentence(endForPlatform());
567 pos = logicalEndOfLine(endForPlatform());
570 pos = endOfParagraph(endForPlatform());
    [all...]
SelectionController.h 194 VisiblePosition endForPlatform() const;

Completed in 31 milliseconds