Searched refs:tab_node_ids_to_delete (Results 1 – 1 of 1) sorted by relevance
796 std::set<int> tab_node_ids_to_delete; in DeleteForeignSessionInternal() local797 session_tracker_.LookupTabNodeIds(tag, &tab_node_ids_to_delete); in DeleteForeignSessionInternal()809 for (std::set<int>::const_iterator it = tab_node_ids_to_delete.begin(); in DeleteForeignSessionInternal()810 it != tab_node_ids_to_delete.end(); in DeleteForeignSessionInternal()