Home | History | Annotate | Download | only in dom

Lines Matching defs:upstream

351     Position prevPosition = upstream(CanCrossEditingBoundary);
498 // upstream() and downstream() want to return positions that are either in a
515 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidate
517 Position Position::upstream(EditingBoundaryCrossingRule rule) const
633 // This function and upstream() are used for moving back and forth between visually equivalent candidates.
636 // and upstream() will return the left one.
963 if (upstream().deprecatedNode()->hasTagName(brTag))
1052 position = position.upstream(CanCrossEditingBoundary);
1075 equivalent.getInlineBoxAndOffset(UPSTREAM, primaryDirection, inlineBox, caretOffset);
1102 || ((caretOffset == caretMinOffset) ^ (affinity == UPSTREAM)))