Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_controller.cc108 const AutocompleteMatch* match_to_prefetch = GetMatchToPrefetch(result); in OnResultChanged() local
109 if (match_to_prefetch) { in OnResultChanged()
110 prefetch_suggestion.text = match_to_prefetch->contents; in OnResultChanged()
112 SearchProvider::GetSuggestMetadata(*match_to_prefetch); in OnResultChanged()