Home | History | Annotate | Download | only in src

Lines Matching defs:VISITED

221     UNVISITED, VISITED, INSTALLED
2299 // The current node has already been visited so there must be a
2301 if (extension_states->get_state(current) == VISITED) {
2307 extension_states->set_state(current, VISITED);