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

  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 407 VisiblePosition SelectionController::startForPlatform() const
526 pos = rightBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
652 pos = startOfSentence(startForPlatform());
655 pos = logicalStartOfLine(startForPlatform());
658 pos = startOfParagraph(startForPlatform());
661 pos = startForPlatform();
697 pos = leftBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
723 pos = previousLinePosition(startForPlatform(), xPosForVerticalArrowNavigation(START));
726 pos = previousParagraphPosition(startForPlatform(), xPosForVerticalArrowNavigation(START));
729 pos = startOfSentence(startForPlatform());
    [all...]
SelectionController.h 193 VisiblePosition startForPlatform() const;

Completed in 231 milliseconds