HomeSort by relevance Sort by last modified time
    Searched refs:template_urls (Results 26 - 37 of 37) sorted by null

12

  /external/chromium/chrome/browser/importer/
profile_writer.h 100 // Add the TemplateURLs in |template_urls| to the local store and make the
103 // TemplateURLs. Some TemplateURLs in |template_urls| may conflict (same
106 // duplicate in |template_urls| are deleted.
111 virtual void AddKeywords(const std::vector<TemplateURL*>& template_urls,
firefox2_importer.cc 155 std::vector<TemplateURL*>* template_urls,
234 if (template_urls) {
239 template_urls->push_back(t_url);
303 std::vector<TemplateURL*> template_urls; local
313 first_folder_name, this, &bookmarks, &template_urls,
325 if (!parsing_bookmarks_html_file_ && !template_urls.empty() &&
327 bridge_->SetKeywords(template_urls, -1, false);
329 STLDeleteContainerPointers(template_urls.begin(), template_urls.end());
external_process_importer_client.h 108 const std::vector<TemplateURL>& template_urls,
firefox2_importer.h 43 // Imports the bookmarks from the specified file. |template_urls| and
53 std::vector<TemplateURL*>* template_urls,
profile_import_process_client.cc 74 const std::vector<TemplateURL>& template_urls,
firefox3_importer.cc 186 std::vector<TemplateURL*> template_urls; local
284 template_urls.push_back(t_url);
299 if (!template_urls.empty() && !cancelled()) {
300 bridge_->SetKeywords(template_urls, -1, false);
302 STLDeleteContainerPointers(template_urls.begin(), template_urls.end());
  /external/chromium_org/chrome/browser/search_engines/
template_url_service.cc 113 const TemplateURLService::TemplateURLVector& template_urls) {
115 template_urls.begin()); i != template_urls.end(); ++i) {
216 const TemplateURLService::TemplateURLVector& template_urls) {
219 template_urls.begin(); it != template_urls.end(); ++it) {
805 TemplateURLVector template_urls; local
809 &template_urls, &default_search_provider, &new_resource_keyword_version,
812 AddTemplateURLsAndSetupDefaultEngine(&template_urls, default_search_provider);
    [all...]
template_url_service.h 544 TemplateURLVector* template_urls,
615 void PatchMissingSyncGUIDs(TemplateURLVector* template_urls);
619 // Adds |template_urls| to |template_urls_| and sets up the default search
621 // of the |template_urls|, and will be used as the new default.
623 // This transfers ownership of the elements in |template_urls| to |this|, and
626 // |template_urls| on exit.
628 TemplateURLVector* template_urls,
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 56 std::vector<TemplateURL*>* template_urls,
58 DCHECK(template_urls);
60 for (std::vector<TemplateURL*>::iterator i = template_urls->begin();
61 i != template_urls->end(); ) {
67 i = template_urls->erase(i);
473 std::vector<TemplateURL*> template_urls; local
479 &template_urls,
487 RemoveProvidersCreatedByPolicy(&template_urls, &default_search_provider);
495 SetTemplateURLs(template_urls);
512 !template_urls.empty()
    [all...]
template_url.h 480 std::vector<TemplateURL*>* template_urls,
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2879 std::vector<const TemplateURL*> template_urls = url_model->GetTemplateURLs(); local
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 465 milliseconds

12