Searched refs:nextLinePosition (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/editing/
H A Dvisible_units.h54 VisiblePosition nextLinePosition(const VisiblePosition &, int x);
H A DSelectionController.cpp317 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
387 // to leave the selection at that line start (no need to call nextLinePosition!)
390 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(START));
702 next = (up ? previousLinePosition : nextLinePosition)(p, xPos);
H A Dvisible_units.cpp653 VisiblePosition nextLinePosition(const VisiblePosition &visiblePosition, int x) function in namespace:WebCore
940 VisiblePosition n = nextLinePosition(pos, x);
/external/webkit/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp2149 // FIXME: this is wrong when lineNumber is lineCount+1, because nextLinePosition takes you to the
2155 visiblePos = nextLinePosition(visiblePos, 0);
2367 visiblePos = nextLinePosition(visiblePos, 0);

Completed in 78 milliseconds