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

  /external/webkit/WebCore/editing/
visible_units.h 54 VisiblePosition nextLinePosition(const VisiblePosition &, int x);
SelectionController.cpp 317 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);
    [all...]
visible_units.cpp 653 VisiblePosition nextLinePosition(const VisiblePosition &visiblePosition, int x)
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 23 milliseconds