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

  /external/webkit/Source/WebCore/editing/
visible_units.h 58 VisiblePosition nextLinePosition(const VisiblePosition &, int x);
SelectionController.cpp 474 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
554 // to leave the selection at that line start (no need to call nextLinePosition!)
557 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(START));
    [all...]
visible_units.cpp 611 VisiblePosition nextLinePosition(const VisiblePosition &visiblePosition, int x)
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 51 milliseconds