Lines Matching refs:skip
532 // Returns the index of the next valid list item |skip| items past |listIndex| in direction |direction|.533 static int nextValidIndex(const Vector<Element*>& listItems, int listIndex, SkipDirection direction, int skip)538 --skip;541 if (skip <= 0)