Home
last modified time | relevance | path

Searched refs:unique_key (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Dnew_tab_ui.cc529 std::string unique_key = title + url; in IsTabUnique() local
530 if (unique_items->find(unique_key) != unique_items->end()) in IsTabUnique()
533 unique_items->insert(unique_key); in IsTabUnique()