Home | History | Annotate | Download | only in search_engines

Lines Matching refs:existing_entry

1860       KeywordToTemplateMap::const_iterator existing_entry =
1862 if ((existing_entry != keyword_to_template_map_.end()) &&
1863 (existing_entry->second != t_url)) {
1870 if (CanReplace(existing_entry->second))
1871 RemoveNoNotify(existing_entry->second);