Home
last modified time | relevance | path

Searched defs:should_prefetch (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/omnibox/
Dsearch_suggestion_parser.cc73 bool should_prefetch, in SuggestResult()
469 bool should_prefetch = static_cast<int>(index) == prefetch_index; in ParseSuggestResults() local
Dsearch_suggestion_parser.h142 bool should_prefetch() const { return should_prefetch_; } in should_prefetch() function
Dbase_search_provider.cc384 bool should_prefetch = result.should_prefetch(); in AddMatchToMap() local