HomeSort by relevance Sort by last modified time
    Searched refs:should_prefetch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
base_search_provider.cc 213 const char BaseSearchProvider::kShouldPrefetchKey[] = "should_prefetch";
251 bool should_prefetch,
264 should_prefetch_(should_prefetch) {
744 result.should_prefetch() ? kTrue : kFalse);
749 if (result.should_prefetch())
761 bool should_prefetch = result.should_prefetch(); local
793 should_prefetch |= ShouldPrefetch(i.first->second);
795 should_prefetch ? kTrue : kFalse);
796 if (should_prefetch)
940 bool should_prefetch = static_cast<int>(index) == prefetch_index; local
947 relevances != NULL, should_prefetch, trimmed_input)); local
    [all...]
base_search_provider.h 190 bool should_prefetch,
206 bool should_prefetch() const { return should_prefetch_; } function in class:BaseSearchProvider::SuggestResult

Completed in 51 milliseconds