Searched refs:ResetTemplateURL (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsearch_engines_helper.cc228 service->ResetTemplateURL(turl, short_name, new_keyword, url);
234 GetVerifierService()->ResetTemplateURL(verifier_turl, short_name,
H A Dtwo_client_search_engines_sync_test.cc156 service->ResetTemplateURL(turl, turl->short_name(), ASCIIToUTF16("test0"),
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service_unittest.cc315 model()->ResetTemplateURL(loaded_url, ASCIIToUTF16("a"), ASCIIToUTF16("b"),
640 model()->ResetTemplateURL(t_url, new_short_name, new_keyword, new_url);
699 // ResetTemplateURL marks the TemplateURL as unsafe to replace, so it should
701 model()->ResetTemplateURL(t_url, t_url->short_name(), t_url->keyword(),
720 // ResetTemplateURL marks the TemplateURL as unsafe to replace, so it should
722 model()->ResetTemplateURL(t_url, t_url->short_name(), t_url->keyword(),
786 model()->ResetTemplateURL(google, ASCIIToUTF16("trash"), ASCIIToUTF16("xxx"),
1160 model()->ResetTemplateURL(model()->GetDefaultSearchProvider(),
H A Dtemplate_url_service.h216 void ResetTemplateURL(TemplateURL* url,
535 // Like ResetTemplateURL(), but instead of notifying observers, returns
H A Dtemplate_url_service.cc677 void TemplateURLService::ResetTemplateURL(TemplateURL* url, function in class:TemplateURLService
1113 // We do a lot of calls to Add/Remove/ResetTemplateURL here, so ensure we
H A Dtemplate_url_service_sync_unittest.cc1038 model()->ResetTemplateURL(existing_turl, existing_turl->short_name(),
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc287 template_url_service_->ResetTemplateURL(template_url, title, keyword, url);

Completed in 510 milliseconds