Home | History | Annotate | Download | only in caretbrowsing

Lines Matching refs:forwards

55  * bounding box for the range or not - keep moving the cursor forwards until
768 * Moves the cursor forwards to the next valid position.
776 CaretBrowsing.forwards = function(cursor, nodesCrossed) {
846 result = CaretBrowsing.forwards(end, nodesCrossed);
958 if (null === CaretBrowsing.forwards(rightPos, nodesCrossed)) {
1176 if (null === CaretBrowsing.forwards(end, nodesCrossed)) {