Searched refs:UpdateNoNotify (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/components/search_engines/ |
D | template_url_service.cc | 767 UpdateNoNotify(i->first, new_values); in RepairPrepopulatedSearchEngines() 1021 if (UpdateNoNotify(existing_turl, new_turl)) in ProcessSyncChanges() 1068 if (UpdateNoNotify(existing_turl, *turl)) { in ProcessSyncChanges() 1168 if (UpdateNoNotify(local_turl, *sync_turl)) in MergeDataAndStartSyncing() 1621 bool TemplateURLService::UpdateNoNotify(TemplateURL* existing_turl, in UpdateNoNotify() function in TemplateURLService 1809 UpdateNoNotify(t_url, updated_turl); in GoogleBaseURLChanged() 1897 UpdateNoNotify(default_search_provider_, TemplateURL(update_data)); in ApplyDefaultSearchChangeNoMetrics() 1917 UpdateNoNotify(default_search_provider_, TemplateURL(new_data)); in ApplyDefaultSearchChangeNoMetrics() 2058 return UpdateNoNotify(url, TemplateURL(data)); in ResetTemplateURLNoNotify() 2129 UpdateNoNotify(url, TemplateURL(data)); in ResetTemplateURLGUID() [all …]
|
D | template_url_service.h | 487 bool UpdateNoNotify(TemplateURL* existing_turl,
|