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

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 487 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);
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 858 GURL search_base = ConvertToHostOnly(match, params.input.text()); local
    [all...]

Completed in 61 milliseconds