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

  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 474 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
477 pos = nextParagraphPosition(pos, xPosForVerticalArrowNavigation(EXTENT));
557 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(START));
561 pos = nextParagraphPosition(endForPlatform(), xPosForVerticalArrowNavigation(START));
646 pos = previousLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
649 pos = previousParagraphPosition(pos, xPosForVerticalArrowNavigation(EXTENT));
723 pos = previousLinePosition(startForPlatform(), xPosForVerticalArrowNavigation(START));
726 pos = previousParagraphPosition(startForPlatform(), xPosForVerticalArrowNavigation(START));
807 // Some of the above operations set an xPosForVerticalArrowNavigation.
810 // the requested position type if there were no xPosForVerticalArrowNavigation set
    [all...]
SelectionController.h 209 int xPosForVerticalArrowNavigation(EPositionType);

Completed in 175 milliseconds