Home | History | Annotate | Download | only in autocomplete

Lines Matching full:search_base

487   GURL search_base = history::ConvertToHostOnly(match, params.input.text());
489 if (search_base.is_empty()) {
499 search_base = GURL(new_match);
503 if (search_base.is_empty())
507 (search_base != what_you_typed_match.destination_url);
509 if (search_base == match.url_info.url())
513 history::URLRow info(search_base);
525 if (!db->FindShortestURLFromBase(search_base.possibly_invalid_spec(),
533 db->GetRowForURL(search_base, &info);