Searched refs:should_prefetch (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dbase_search_provider.cc166 const char BaseSearchProvider::kShouldPrefetchKey[] = "should_prefetch";
367 result.should_prefetch() ? kTrue : kFalse);
372 if (result.should_prefetch())
384 bool should_prefetch = result.should_prefetch(); local
416 should_prefetch |= ShouldPrefetch(i.first->second);
418 should_prefetch ? kTrue : kFalse);
419 if (should_prefetch)
H A Dsearch_suggestion_parser.h126 bool should_prefetch,
142 bool should_prefetch() const { return should_prefetch_; } function in class:SearchSuggestionParser::SuggestResult
H A Dsearch_suggestion_parser.cc73 bool should_prefetch,
86 should_prefetch_(should_prefetch) {
469 bool should_prefetch = static_cast<int>(index) == prefetch_index; local
476 relevances != NULL, should_prefetch, trimmed_input)); local
60 SuggestResult( const base::string16& suggestion, AutocompleteMatchType::Type type, const base::string16& match_contents, const base::string16& match_contents_prefix, const base::string16& annotation, const base::string16& answer_contents, const base::string16& answer_type, const std::string& suggest_query_params, const std::string& deletion_url, bool from_keyword_provider, int relevance, bool relevance_from_server, bool should_prefetch, const base::string16& input_text) argument

Completed in 75 milliseconds