Home | History | Annotate | Download | only in src

Lines Matching defs:VISITED

243     UNVISITED, VISITED, INSTALLED
4532 // The current node has already been visited so there must be a
4534 if (!Utils::ApiCheck(extension_states->get_state(current) != VISITED,
4540 extension_states->set_state(current, VISITED);