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

  /external/chromium_org/chrome/browser/search_engines/
template_url_service.cc 1016 TemplateURL* existing_turl = GetTemplateURLForGUID(guid); local
    [all...]
template_url_service.h 363 // |sync_data| atop |existing_turl|. |existing_turl| may be NULL; if not it
372 TemplateURL* existing_turl,
503 // Updates the information in |existing_turl| using the information from
504 // |new_values|, but the ID for |existing_turl| is retained. Notifying
506 // |existing_turl| was found in |template_urls_| and thus could be updated.
511 bool UpdateNoNotify(TemplateURL* existing_turl,
519 static void UpdateTemplateURLIfPrepopulated(TemplateURL* existing_turl,
    [all...]
template_url_service_sync_unittest.cc 1040 TemplateURL* existing_turl = model()->GetTemplateURLForGUID("key1"); local
    [all...]
  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 279 const TemplateURL* existing_turl = (*host_path_map)[host_path]; local
280 if (!existing_turl ||
282 !existing_turl->show_in_default_list())) {

Completed in 853 milliseconds