Home | History | Annotate | Download | only in editors

Lines Matching defs:visited

226         HashSet<String> visited = new HashSet<String>();
241 visited.add(uri);
248 // visited above.
251 for (int i = 1; visited.contains(prefix); i++) {