HomeSort by relevance Sort by last modified time
    Searched full:match_to_prefetch (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.cc 124 const AutocompleteMatch* match_to_prefetch = GetMatchToPrefetch(result()); local
125 if (match_to_prefetch) {
126 prefetch_suggestion.text = match_to_prefetch->contents;
128 SearchProvider::GetSuggestMetadata(*match_to_prefetch);

Completed in 138 milliseconds