Searched defs:allow_exact_keyword_match (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_classifier.cc40 bool allow_exact_keyword_match,
49 allow_exact_keyword_match, false));
37 Classify( const base::string16& text, bool prefer_keyword, bool allow_exact_keyword_match, metrics::OmniboxEventProto::PageClassification page_classification, AutocompleteMatch* match, GURL* alternate_nav_url) argument
H A Dautocomplete_input.h53 // |allow_exact_keyword_match| should be false when triggering keyword mode on
69 bool allow_exact_keyword_match,
167 bool allow_exact_keyword_match() const { return allow_exact_keyword_match_; } function in class:AutocompleteInput
H A Dkeyword_provider_unittest.cc287 const bool allow_exact_keyword_match; member in struct:__anon2852
328 false, cases[i].allow_exact_keyword_match, true);
H A Dautocomplete_input.cc51 bool allow_exact_keyword_match,
58 allow_exact_keyword_match_(allow_exact_keyword_match),
43 AutocompleteInput( const base::string16& text, size_t cursor_position, const base::string16& desired_tld, const GURL& current_url, metrics::OmniboxEventProto::PageClassification current_page_classification, bool prevent_inline_autocomplete, bool prefer_keyword, bool allow_exact_keyword_match, bool want_asynchronous_matches) argument
H A Dkeyword_provider.cc142 if (!input->allow_exact_keyword_match())
283 !input.allow_exact_keyword_match()) {
362 bool allow_exact_keyword_match) {
374 if (!supports_replacement || (allow_exact_keyword_match && prefer_keyword))
376 return (allow_exact_keyword_match &&
405 input.allow_exact_keyword_match());
358 CalculateRelevance(metrics::OmniboxInputType::Type type, bool complete, bool supports_replacement, bool prefer_keyword, bool allow_exact_keyword_match) argument
H A Dautocomplete_provider_unittest.cc191 void RunExactKeymatchTest(bool allow_exact_keyword_match);
417 bool allow_exact_keyword_match) {
421 // |allow_exact_keyword_match| is true. Regardless, the match should
427 allow_exact_keyword_match, false)); local
431 EXPECT_EQ(allow_exact_keyword_match ?
416 RunExactKeymatchTest( bool allow_exact_keyword_match) argument
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc135 bool allow_exact_keyword_match,
156 allow_exact_keyword_match,
128 Start(JNIEnv* env, jobject obj, jstring j_text, jstring j_desired_tld, jstring j_current_url, bool prevent_inline_autocomplete, bool prefer_keyword, bool allow_exact_keyword_match, bool want_asynchronous_matches) argument

Completed in 110 milliseconds