Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/autocomplete/
Dbase_search_provider.cc251 bool should_prefetch, in SuggestResult()
761 bool should_prefetch = result.should_prefetch(); in AddMatchToMap() local
940 bool should_prefetch = static_cast<int>(index) == prefetch_index; in ParseSuggestResults() local
Dbase_search_provider.h206 bool should_prefetch() const { return should_prefetch_; } in should_prefetch() function