Searched refs:search_base (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc487 GURL search_base = history::ConvertToHostOnly(match, params.input.text()); local
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);

Completed in 91 milliseconds