Home
last modified time | relevance | path

Searched refs:allow_exact_keyword_match (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_classifier.cc22 bool allow_exact_keyword_match, in Classify() argument
27 controller_->Start(text, desired_tld, true, false, allow_exact_keyword_match, in Classify()
Dkeyword_provider.cc111 if (!input.allow_exact_keyword_match()) in GetSubstitutingTemplateURLForInput()
373 bool allow_exact_keyword_match) { in CalculateRelevance() argument
376 if (!supports_replacement || (allow_exact_keyword_match && prefer_keyword)) in CalculateRelevance()
378 return (allow_exact_keyword_match && (type == AutocompleteInput::QUERY)) ? in CalculateRelevance()
407 input.allow_exact_keyword_match()); in CreateAutocompleteMatch()
501 input.prefer_keyword(), input.allow_exact_keyword_match()); in Observe()
Dautocomplete.h223 bool allow_exact_keyword_match,
313 bool allow_exact_keyword_match() const { return allow_exact_keyword_match_; } in allow_exact_keyword_match() function
654 bool allow_exact_keyword_match,
Dautocomplete_unittest.cc115 void RunExactKeymatchTest(bool allow_exact_keyword_match);
215 bool allow_exact_keyword_match) { in RunExactKeymatchTest() argument
221 allow_exact_keyword_match, in RunExactKeymatchTest()
227 EXPECT_EQ(providers_[allow_exact_keyword_match ? 0 : 1], in RunExactKeymatchTest()
Dautocomplete_classifier.h39 bool allow_exact_keyword_match,
Dkeyword_provider.h120 bool allow_exact_keyword_match);
Dautocomplete.cc62 bool allow_exact_keyword_match, in AutocompleteInput() argument
69 allow_exact_keyword_match_(allow_exact_keyword_match), in AutocompleteInput()
836 bool allow_exact_keyword_match, in Start() argument
842 prefer_keyword, allow_exact_keyword_match, matches_requested); in Start()