Searched refs:prefer_keyword (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_classifier.h34 // |prefer_keyword| should be true the when keyword UI is onscreen; see
49 bool prefer_keyword,
H A Dautocomplete_classifier.cc41 bool prefer_keyword,
50 page_classification, true, prefer_keyword,
39 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 Dchrome_autocomplete_provider_client.cc56 bool prefer_keyword,
64 classifier->Classify(text, prefer_keyword, allow_exact_keyword_match,
54 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 Dchrome_autocomplete_provider_client.h27 bool prefer_keyword,
H A Dkeyword_extensions_delegate_impl.cc179 input.type(), true, true, input.prefer_keyword(),
H A Dsearch_provider_unittest.cc163 void RunTest(TestData* cases, int num_cases, bool prefer_keyword);
197 bool prefer_keyword);
210 const bool prefer_keyword,
337 bool prefer_keyword) {
343 prefer_keyword, true, true,
350 ASCIIToUTF16("; prefer_keyword was: ") +
351 (prefer_keyword ? ASCIIToUTF16("true") : ASCIIToUTF16("false")));
384 bool prefer_keyword) {
388 prevent_inline_autocomplete, prefer_keyword, true,
417 const bool prefer_keyword,
335 RunTest(TestData* cases, int num_cases, bool prefer_keyword) argument
382 QueryForInput(const base::string16& text, bool prevent_inline_autocomplete, bool prefer_keyword) argument
415 QueryForInputAndWaitForFetcherResponses( const base::string16& text, const bool prefer_keyword, const std::string& default_fetcher_response, const std::string& keyword_fetcher_response) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.h44 bool prefer_keyword,
H A Domnibox_ui_handler.cc180 bool prefer_keyword,
194 prevent_inline_autocomplete, prefer_keyword, true, true,
177 StartOmniboxQuery(const mojo::String& input_string, int32_t cursor_position, bool prevent_inline_autocomplete, bool prefer_keyword, int32_t page_classification) argument
/external/chromium_org/components/omnibox/
H A Dautocomplete_provider_client.h51 bool prefer_keyword,
H A Dautocomplete_input.h51 // |prefer_keyword| should be true when the keyword UI is onscreen; this will
73 bool prefer_keyword,
176 bool prefer_keyword() const { return prefer_keyword_; } function in class:AutocompleteInput
H A Dkeyword_provider.h125 bool prefer_keyword,
H A Dkeyword_provider.cc341 bool prefer_keyword,
354 if (!supports_replacement || (allow_exact_keyword_match && prefer_keyword))
384 supports_replacement, input.prefer_keyword(),
338 CalculateRelevance(metrics::OmniboxInputType::Type type, bool complete, bool supports_replacement, bool prefer_keyword, bool allow_exact_keyword_match) argument
H A Dautocomplete_input.cc51 bool prefer_keyword,
59 prefer_keyword_(prefer_keyword),
44 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, const AutocompleteSchemeClassifier& scheme_classifier) argument
H A Dbase_search_provider_unittest.cc36 bool prefer_keyword,
H A Dsearch_provider.h151 bool prefer_keyword);
H A Dsearch_provider.cc149 bool prefer_keyword) {
160 if (prefer_keyword)
1254 keyword_input_.prefer_keyword());
147 CalculateRelevanceForKeywordVerbatim( metrics::OmniboxInputType::Type type, bool prefer_keyword) argument
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.h42 bool prefer_keyword,
H A Dautocomplete_controller_android.cc133 bool prefer_keyword,
150 prevent_inline_autocomplete, prefer_keyword, allow_exact_keyword_match,
127 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
/external/chromium_org/athena/main/
H A Durl_search_provider.cc91 bool prefer_keyword,
243 false /* prefer_keyword */,
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc654 input_.prevent_inline_autocomplete(), input_.prefer_keyword(),

Completed in 259 milliseconds