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

  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 179 string16 url_short_name = url.short_name(); local
183 base::i18n::AdjustStringForLocaleDirection(&url_short_name);
187 url_short_name);
189 return url_short_name;
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 190 string16 url_short_name = url->short_name(); local
194 base::i18n::AdjustStringForLocaleDirection(&url_short_name);
197 url_short_name) : url_short_name;

Completed in 27 milliseconds