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

/external/chromium_org/components/omnibox/
H A Dautocomplete_match.cc75 stripped_destination_url(match.stripped_destination_url),
112 stripped_destination_url = match.stripped_destination_url;
174 if (elem1.stripped_destination_url.is_empty() &&
175 elem2.stripped_destination_url.is_empty())
177 return elem1.stripped_destination_url == elem2.stripped_destination_url;
354 GURL stripped_destination_url = url;
362 template_url_service, keyword, stripped_destination_url
[all...]
H A Dautocomplete_result.cc93 (elem1.stripped_destination_url.is_empty() &&
94 elem2.stripped_destination_url.is_empty())) {
97 return elem1.stripped_destination_url < elem2.stripped_destination_url;
H A Dautocomplete_match.h108 // Destinations are compared using |stripped_destination_url|. Pairs of
191 // stores the result in |stripped_destination_url|.
310 GURL stripped_destination_url; member in struct:AutocompleteMatch
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc451 FormatURLUsingAcceptLanguages(match.stripped_destination_url));

Completed in 202 milliseconds