Home
last modified time | relevance | path

Searched refs:stripped_destination_url (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/omnibox/
Dautocomplete_match.cc75 stripped_destination_url(match.stripped_destination_url), in AutocompleteMatch()
112 stripped_destination_url = match.stripped_destination_url; in operator =()
174 if (elem1.stripped_destination_url.is_empty() && in DestinationsEqual()
175 elem2.stripped_destination_url.is_empty()) in DestinationsEqual()
177 return elem1.stripped_destination_url == elem2.stripped_destination_url; in DestinationsEqual()
354 GURL stripped_destination_url = url; in GURLToStrippedGURL() local
362 template_url_service, keyword, stripped_destination_url.host()); in GURLToStrippedGURL()
368 stripped_destination_url, in GURLToStrippedGURL()
371 stripped_destination_url = in GURLToStrippedGURL()
388 std::string host = stripped_destination_url.host(); in GURLToStrippedGURL()
[all …]
Dautocomplete_result.cc93 (elem1.stripped_destination_url.is_empty() && in operator ()()
94 elem2.stripped_destination_url.is_empty())) { in operator ()()
97 return elem1.stripped_destination_url < elem2.stripped_destination_url; in operator ()()
Dautocomplete_match.h310 GURL stripped_destination_url; member
/external/chromium_org/chrome/browser/android/omnibox/
Dautocomplete_controller_android.cc451 FormatURLUsingAcceptLanguages(match.stripped_destination_url)); in BuildOmniboxSuggestion()