Searched refs:unique_key (Results 1 – 1 of 1) sorted by relevance
529 std::string unique_key = title + url; in IsTabUnique() local530 if (unique_items->find(unique_key) != unique_items->end()) in IsTabUnique()533 unique_items->insert(unique_key); in IsTabUnique()