Searched refs:stripped_destination_url (Results 1 – 4 of 4) sorted by relevance
75 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() local362 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 …]
93 (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 ()()
310 GURL stripped_destination_url; member
451 FormatURLUsingAcceptLanguages(match.stripped_destination_url)); in BuildOmniboxSuggestion()