Home | History | Annotate | Download | only in src

Lines Matching defs:VISITED

230     UNVISITED, VISITED, INSTALLED
3551 // The current node has already been visited so there must be a
3553 if (!Utils::ApiCheck(extension_states->get_state(current) != VISITED,
3559 extension_states->set_state(current, VISITED);