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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc 146 const string16 keyword_hint(TemplateURLModel::CleanUserInputKeyword(text));
keyword_provider.cc 148 // site to be able to search it. So we call CleanUserInputKeyword() to strip
283 *keyword = TemplateURLModel::CleanUserInputKeyword(
417 // need CleanUserInputKeyword() to return the amount of adjustment it's made
  /external/chromium/chrome/browser/search_engines/
template_url_model.h 86 static string16 CleanUserInputKeyword(const string16& keyword);
template_url_model.cc 154 string16 TemplateURLModel::CleanUserInputKeyword(const string16& keyword) {
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
keyword_provider.cc 186 const base::string16 keyword(TemplateURLService::CleanUserInputKeyword(text));
247 // site to be able to search it. So we call CleanUserInputKeyword() to strip
399 *keyword = TemplateURLService::CleanUserInputKeyword(
461 // CleanUserInputKeyword() to return the amount of adjustment it's made to
  /external/chromium_org/chrome/browser/search_engines/
template_url_service.h 108 static base::string16 CleanUserInputKeyword(const base::string16& keyword);
    [all...]
template_url_service.cc 335 base::string16 TemplateURLService::CleanUserInputKeyword(
    [all...]

Completed in 69 milliseconds