Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dsearch_provider.h213 void AddNavigationResultsToMatches(
Dsearch_provider.cc571 AddNavigationResultsToMatches(keyword_navigation_results_, true); in ConvertResultsToAutocompleteMatches()
572 AddNavigationResultsToMatches(default_navigation_results_, false); in ConvertResultsToAutocompleteMatches()
588 void SearchProvider::AddNavigationResultsToMatches( in AddNavigationResultsToMatches() function in SearchProvider