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

  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 273 const TemplateURL* existing_turl = (*host_path_map)[host_path]; local
274 if (!existing_turl ||
276 !existing_turl->show_in_default_list())) {
  /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())) {
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 1077 TemplateURL* existing_turl = model()->GetTemplateURLForGUID("key1"); local
    [all...]
template_url_service.cc 979 TemplateURL* existing_turl = GetTemplateURLForGUID(guid); local
    [all...]

Completed in 154 milliseconds