HomeSort by relevance Sort by last modified time
    Searched refs:existing_turl (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/search_engines/
search_host_to_urls_map.cc 63 void SearchHostToURLsMap::Update(const TemplateURL* existing_turl,
67 DCHECK(existing_turl);
69 Remove(existing_turl);
71 // Use the information from new_values but preserve existing_turl's id.
72 TemplateURLID previous_id = existing_turl->id();
73 TemplateURL* modifiable_turl = const_cast<TemplateURL*>(existing_turl);
77 Add(existing_turl, search_terms_data);
search_host_to_urls_map.h 44 void Update(const TemplateURL* existing_turl,
template_url_model.cc     [all...]
template_url_model.h 315 // Updates the information in |existing_turl| using the information from
316 // |new_values|, but the ID for |existing_turl| is retained.
318 void UpdateNoNotify(const TemplateURL* existing_turl,
  /external/chromium/chrome/browser/importer/
profile_writer.cc 201 const TemplateURL* existing_turl = (*host_path_map)[host_path]; local
202 if (!existing_turl ||
204 !existing_turl->show_in_default_list())) {

Completed in 60 milliseconds