Home | History | Annotate | Download | only in autocomplete

Lines Matching full:search_base

858   GURL search_base = ConvertToHostOnly(match, params.input.text());
860 if (search_base.is_empty()) {
870 search_base = GURL(new_match);
874 if (search_base.is_empty())
878 (search_base != what_you_typed_match.destination_url);
880 if (search_base == match.url_info.url())
884 history::URLRow info(search_base);
896 if (!db->FindShortestURLFromBase(search_base.possibly_invalid_spec(),
904 db->GetRowForURL(search_base, &info);