Searched refs:AddNoNotify (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/components/search_engines/ |
D | template_url_service.cc | 542 if (!AddNoNotify(template_url, true)) in Add() 574 if (AddNoNotify(template_url, true)) { in AddExtensionControlledTURL() 775 AddNoNotify(new TemplateURL(*i), true); in RepairPrepopulatedSearchEngines() 1456 AddNoNotify(template_url, true); in Init() 1555 AddNoNotify(*i, false); in SetTemplateURLs() 1561 AddNoNotify(*i, true); in SetTemplateURLs() 1905 if (AddNoNotify(new_dse, true)) in ApplyDefaultSearchChangeNoMetrics() 1921 if (AddNoNotify(new_dse, true)) in ApplyDefaultSearchChangeNoMetrics() 1942 bool TemplateURLService::AddNoNotify(TemplateURL* template_url, in AddNoNotify() function in TemplateURLService 2117 if (AddNoNotify(new_dse, true)) in UpdateProvidersCreatedByPolicy()
|
D | template_url_service.h | 528 bool AddNoNotify(TemplateURL* template_url, bool newly_adding);
|