Home | History | Annotate | Download | only in dom

Lines Matching refs:downstream

347     Position nextPosition = downstream(CanCrossEditingBoundary);
498 // upstream() and downstream() want to return positions that are either in a
511 // This function and downstream() are used for moving back and forth between visually equivalent candidates.
514 // and downstream() will return the right one.
637 // Also, downstream() will return the last position in the last atomic node in boundary for all of the positions
639 Position Position::downstream(EditingBoundaryCrossingRule rule) const
923 getInlineBoxAndOffset(DOWNSTREAM, b1, ignoredCaretOffset);
925 pos.getInlineBoxAndOffset(DOWNSTREAM, b2, ignoredCaretOffset);
1042 position = position.downstream(CanCrossEditingBoundary);
1101 if (((caretOffset == caretMaxOffset) ^ (affinity == DOWNSTREAM))
1107 if (candidate && candidate == textRenderer->lastTextBox() && affinity == DOWNSTREAM) {