Home
last modified time | relevance | path

Searched refs:prevent_inline_autocomplete (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider.cc111 autocomplete_input_.prevent_inline_autocomplete(), in DoAutocomplete()
121 bool prevent_inline_autocomplete, in QuickMatchToACMatch() argument
135 (prevent_inline_autocomplete || history_match.url_matches.size() > 1 || in QuickMatchToACMatch()
156 if (!autocomplete_input_.prevent_inline_autocomplete()) in QuickMatchToACMatch()
Dautocomplete.h221 bool prevent_inline_autocomplete,
295 bool prevent_inline_autocomplete() const { in prevent_inline_autocomplete() function
652 bool prevent_inline_autocomplete,
Dhistory_url_provider_unittest.cc126 bool prevent_inline_autocomplete,
189 bool prevent_inline_autocomplete, in RunTest() argument
192 AutocompleteInput input(text, desired_tld, prevent_inline_autocomplete, in RunTest()
Dhistory_quick_provider.h50 bool prevent_inline_autocomplete,
Dsearch_provider_unittest.cc66 bool prevent_inline_autocomplete,
177 bool prevent_inline_autocomplete, in QueryForInput() argument
180 AutocompleteInput input(text, string16(), prevent_inline_autocomplete, in QueryForInput()
Dautocomplete.cc60 bool prevent_inline_autocomplete, in AutocompleteInput() argument
66 initial_prevent_inline_autocomplete_(prevent_inline_autocomplete), in AutocompleteInput()
67 prevent_inline_autocomplete_(prevent_inline_autocomplete), in AutocompleteInput()
834 bool prevent_inline_autocomplete, in Start() argument
841 input_ = AutocompleteInput(text, desired_tld, prevent_inline_autocomplete, in Start()
Dsearch_provider.cc633 if (!input_.prevent_inline_autocomplete() && classifier && in AddHistoryResultsToMap()
704 !input_.prevent_inline_autocomplete() && !looks_like_url) { in CalculateRelevanceForHistory()
756 bool prevent_inline_autocomplete, in AddMatchToMap() argument
817 if (!prevent_inline_autocomplete && in AddMatchToMap()
Dsearch_provider.h262 bool prevent_inline_autocomplete,
Dautocomplete_edit.h219 bool prevent_inline_autocomplete) const;
/external/chromium_org/chrome/browser/ui/webui/omnibox/
Domnibox_ui_handler.cc183 bool prevent_inline_autocomplete; in StartOmniboxQuery() local
184 return_val = input->GetBoolean(2, &prevent_inline_autocomplete); in StartOmniboxQuery()
202 prevent_inline_autocomplete, in StartOmniboxQuery()
/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_input.h141 bool prevent_inline_autocomplete,
227 bool prevent_inline_autocomplete() const { in prevent_inline_autocomplete() function
Dshortcuts_provider.cc178 input.prevent_inline_autocomplete())); in GetMatches()
214 const bool prevent_inline_autocomplete) { in ShortcutToACMatch() argument
238 !prevent_inline_autocomplete || match.inline_autocompletion.empty(); in ShortcutToACMatch()
258 !prevent_inline_autocomplete || match.inline_autocompletion.empty(); in ShortcutToACMatch()
Dsearch_provider.cc434 if (!input.prevent_inline_autocomplete() && in CreateSearchSuggestion()
1552 bool prevent_inline_autocomplete = input_.prevent_inline_autocomplete() || in AddHistoryResultsToMap() local
1559 if (!prevent_inline_autocomplete && input_multiple_words) { in AddHistoryResultsToMap()
1567 scored_results = ScoreHistoryResults(results, prevent_inline_autocomplete, in AddHistoryResultsToMap()
1575 scored_results = ScoreHistoryResults(results, prevent_inline_autocomplete, in AddHistoryResultsToMap()
1603 bool prevent_inline_autocomplete = base_prevent_inline_autocomplete || in ScoreHistoryResults() local
1619 if (!prevent_inline_autocomplete && classifier && (i->term != input_text)) { in ScoreHistoryResults()
1622 prevent_inline_autocomplete = in ScoreHistoryResults()
1627 i->time, is_keyword, !prevent_inline_autocomplete, in ScoreHistoryResults()
1675 !input_.prevent_inline_autocomplete() && in GetVerbatimRelevance()
[all …]
Dhistory_url_provider_unittest.cc177 bool prevent_inline_autocomplete,
185 bool prevent_inline_autocomplete, in RunTest() argument
189 return RunTest(text, desired_tld, prevent_inline_autocomplete, in RunTest()
266 bool prevent_inline_autocomplete, in RunTest() argument
272 prevent_inline_autocomplete, false, true, in RunTest()
Dshortcuts_provider.h65 const bool prevent_inline_autocomplete);
Dhistory_url_provider.cc348 prevent_inline_autocomplete(input.prevent_inline_autocomplete()), in HistoryURLProviderParams()
562 } else if (params->prevent_inline_autocomplete || in DoAutocomplete()
716 params->prevent_inline_autocomplete = in RunAutocompletePasses()
1064 if (!params.prevent_inline_autocomplete && in HistoryMatchToACMatch()
1072 match.allowed_to_be_default_match = !params.prevent_inline_autocomplete || in HistoryMatchToACMatch()
Dhistory_provider.cc68 return input.prevent_inline_autocomplete() || in PreventInlineAutocomplete()
Dhistory_url_provider.h108 bool prevent_inline_autocomplete; member
Dshortcuts_provider_unittest.cc250 bool prevent_inline_autocomplete,
332 bool prevent_inline_autocomplete, in RunTest() argument
339 prevent_inline_autocomplete, false, true, in RunTest()
Dautocomplete_input.cc48 bool prevent_inline_autocomplete, in AutocompleteInput() argument
55 prevent_inline_autocomplete_(prevent_inline_autocomplete), in AutocompleteInput()
Dbuiltin_provider.cc120 if (!input.prevent_inline_autocomplete() && (matches_.size() == 1)) { in Start()
Dbookmark_provider.cc51 input.prevent_inline_autocomplete())) in Start()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_controller.cc77 bool prevent_inline_autocomplete, in StartAutocomplete() argument
87 current_page_classification, prevent_inline_autocomplete, in StartAutocomplete()
Domnibox_controller.h49 bool prevent_inline_autocomplete,
Domnibox_edit_model.h173 bool prevent_inline_autocomplete) const;

12