Searched refs:AddNoNotify (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/browser/search_engines/ |
D | template_url_service.cc | 581 if (!AddNoNotify(template_url, true)) in Add() 614 if (AddNoNotify(template_url, true)) { in AddExtensionControlledTURL() 817 AddNoNotify(new TemplateURL(*i), true); in RepairPrepopulatedSearchEngines() 1509 AddNoNotify(template_url, true); in Init() 1620 AddNoNotify(*i, false); in SetTemplateURLs() 1626 AddNoNotify(*i, true); in SetTemplateURLs() 1987 if (AddNoNotify(new_dse, true)) in ApplyDefaultSearchChangeNoMetrics() 2005 if (AddNoNotify(new_dse, true)) in ApplyDefaultSearchChangeNoMetrics() 2033 bool TemplateURLService::AddNoNotify(TemplateURL* template_url, in AddNoNotify() function in TemplateURLService 2214 if (AddNoNotify(new_dse, true)) in UpdateProvidersCreatedByPolicy()
|
D | template_url_service.h | 554 bool AddNoNotify(TemplateURL* template_url, bool newly_adding);
|