Home
last modified time | relevance | path

Searched refs:HasMatchByDestination (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/omnibox/
Dautocomplete_result.h173 static bool HasMatchByDestination(const AutocompleteMatch& match,
Dautocomplete_result.cc431 bool AutocompleteResult::HasMatchByDestination(const AutocompleteMatch& match, in HasMatchByDestination() function in AutocompleteResult
458 if (!HasMatchByDestination(*i, new_matches)) { in MergeMatchesByProvider()