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

  /external/webkit/WebCore/editing/
SelectionController.cpp 317 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
320 pos = nextParagraphPosition(pos, xPosForVerticalArrowNavigation(EXTENT));
390 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(START));
394 pos = nextParagraphPosition(VisiblePosition(m_selection.end(), m_selection.affinity()), xPosForVerticalArrowNavigation(START));
470 pos = previousLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
473 pos = previousParagraphPosition(pos, xPosForVerticalArrowNavigation(EXTENT));
537 pos = previousLinePosition(VisiblePosition(m_selection.start(), m_selection.affinity()), xPosForVerticalArrowNavigation(START));
540 pos = previousParagraphPosition(VisiblePosition(m_selection.start(), m_selection.affinity()), xPosForVerticalArrowNavigation(START));
611 // Some of the above operations set an xPosForVerticalArrowNavigation.
614 // the requested position type if there were no xPosForVerticalArrowNavigation set
    [all...]
SelectionController.h 155 int xPosForVerticalArrowNavigation(EPositionType);

Completed in 128 milliseconds