Searched defs:prevent_inline_autocomplete (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.cc179 bool prevent_inline_autocomplete,
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_input.h45 // |prevent_inline_autocomplete| is true if the generated result set should
72 bool prevent_inline_autocomplete,
170 bool prevent_inline_autocomplete() const { function in class:AutocompleteInput
H A Dautocomplete_input.cc50 bool prevent_inline_autocomplete,
58 prevent_inline_autocomplete_(prevent_inline_autocomplete),
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 Dsearch_provider.cc1049 bool prevent_inline_autocomplete = base_prevent_inline_autocomplete || local
1054 i->time, is_keyword, !prevent_inline_autocomplete,
1149 bool prevent_inline_autocomplete = input_.prevent_inline_autocomplete() || local
1154 if (!prevent_inline_autocomplete && input_multiple_words) {
1165 results, prevent_inline_autocomplete, false, input_text, is_keyword);
1172 prevent_inline_autocomplete,
1200 !input_.prevent_inline_autocomplete() &&
1245 !input_.prevent_inline_autocomplete() &&
1357 (!input_.prevent_inline_autocomplete()
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.h114 // |input.prevent_inline_autocomplete()|, but set to false is the input
116 bool prevent_inline_autocomplete; member in struct:HistoryURLProviderParams
H A Dhistory_quick_provider_unittest.cc150 bool prevent_inline_autocomplete,
159 bool prevent_inline_autocomplete,
270 bool prevent_inline_autocomplete,
275 RunTestWithCursor(text, base::string16::npos, prevent_inline_autocomplete,
283 bool prevent_inline_autocomplete,
292 prevent_inline_autocomplete, false, true, true,
674 // prevent_inline_autocomplete is true.
268 RunTest( const base::string16 text, bool prevent_inline_autocomplete, std::vector<std::string> expected_urls, bool can_inline_top_result, base::string16 expected_fill_into_edit, base::string16 expected_autocompletion) argument
280 RunTestWithCursor( const base::string16 text, const size_t cursor_position, bool prevent_inline_autocomplete, std::vector<std::string> expected_urls, bool can_inline_top_result, base::string16 expected_fill_into_edit, base::string16 expected_autocompletion) argument
H A Dshortcuts_provider_unittest.cc271 // |prevent_inline_autocomplete| setting and checks to see that the returned
277 bool prevent_inline_autocomplete,
355 bool prevent_inline_autocomplete,
362 prevent_inline_autocomplete, false, true, true,
353 RunTest( const base::string16 text, bool prevent_inline_autocomplete, const ExpectedURLs& expected_urls, std::string expected_top_result, base::string16 top_result_inline_autocompletion) argument
H A Dhistory_url_provider_unittest.cc200 bool prevent_inline_autocomplete,
208 bool prevent_inline_autocomplete,
212 return RunTest(text, desired_tld, prevent_inline_autocomplete,
289 bool prevent_inline_autocomplete,
295 prevent_inline_autocomplete, false, true, true,
206 RunTest(const base::string16 text, const base::string16& desired_tld, bool prevent_inline_autocomplete, const UrlAndLegalDefault* expected_urls, size_t num_results) argument
286 RunTest( const base::string16 text, const base::string16& desired_tld, bool prevent_inline_autocomplete, const UrlAndLegalDefault* expected_urls, size_t num_results, metrics::OmniboxInputType::Type* identified_input_type) argument
H A Dsearch_provider_unittest.cc196 bool prevent_inline_autocomplete,
383 bool prevent_inline_autocomplete,
388 prevent_inline_autocomplete, prefer_keyword, true,
382 QueryForInput(const base::string16& text, bool prevent_inline_autocomplete, bool prefer_keyword) argument
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc132 bool prevent_inline_autocomplete,
150 prevent_inline_autocomplete, prefer_keyword, allow_exact_keyword_match,
486 bool prevent_inline_autocomplete) {
496 prevent_inline_autocomplete,
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
482 GetTopSynchronousResult( JNIEnv* env, jobject obj, jstring j_text, bool prevent_inline_autocomplete) argument
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc556 bool prevent_inline_autocomplete) {
588 prevent_inline_autocomplete || just_deleted_text_ ||
654 input_.prevent_inline_autocomplete(), input_.prefer_keyword(),
554 StartAutocomplete( bool has_selected_text, bool prevent_inline_autocomplete) argument

Completed in 4762 milliseconds