/external/chromium/chrome/browser/autocomplete/ |
D | history_quick_provider.cc | 111 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()
|
D | autocomplete.h | 221 bool prevent_inline_autocomplete, 295 bool prevent_inline_autocomplete() const { in prevent_inline_autocomplete() function 652 bool prevent_inline_autocomplete,
|
D | history_url_provider_unittest.cc | 126 bool prevent_inline_autocomplete, 189 bool prevent_inline_autocomplete, in RunTest() argument 192 AutocompleteInput input(text, desired_tld, prevent_inline_autocomplete, in RunTest()
|
D | history_quick_provider.h | 50 bool prevent_inline_autocomplete,
|
D | search_provider_unittest.cc | 66 bool prevent_inline_autocomplete, 177 bool prevent_inline_autocomplete, in QueryForInput() argument 180 AutocompleteInput input(text, string16(), prevent_inline_autocomplete, in QueryForInput()
|
D | autocomplete.cc | 60 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()
|
D | search_provider.cc | 633 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()
|
D | search_provider.h | 262 bool prevent_inline_autocomplete,
|
D | autocomplete_edit.h | 219 bool prevent_inline_autocomplete) const;
|
/external/chromium_org/chrome/browser/ui/webui/omnibox/ |
D | omnibox_ui_handler.cc | 183 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/ |
D | autocomplete_input.h | 141 bool prevent_inline_autocomplete, 227 bool prevent_inline_autocomplete() const { in prevent_inline_autocomplete() function
|
D | shortcuts_provider.cc | 178 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()
|
D | search_provider.cc | 434 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 …]
|
D | history_url_provider_unittest.cc | 177 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()
|
D | shortcuts_provider.h | 65 const bool prevent_inline_autocomplete);
|
D | history_url_provider.cc | 348 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()
|
D | history_provider.cc | 68 return input.prevent_inline_autocomplete() || in PreventInlineAutocomplete()
|
D | history_url_provider.h | 108 bool prevent_inline_autocomplete; member
|
D | shortcuts_provider_unittest.cc | 250 bool prevent_inline_autocomplete, 332 bool prevent_inline_autocomplete, in RunTest() argument 339 prevent_inline_autocomplete, false, true, in RunTest()
|
D | autocomplete_input.cc | 48 bool prevent_inline_autocomplete, in AutocompleteInput() argument 55 prevent_inline_autocomplete_(prevent_inline_autocomplete), in AutocompleteInput()
|
D | builtin_provider.cc | 120 if (!input.prevent_inline_autocomplete() && (matches_.size() == 1)) { in Start()
|
D | bookmark_provider.cc | 51 input.prevent_inline_autocomplete())) in Start()
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
D | omnibox_controller.cc | 77 bool prevent_inline_autocomplete, in StartAutocomplete() argument 87 current_page_classification, prevent_inline_autocomplete, in StartAutocomplete()
|
D | omnibox_controller.h | 49 bool prevent_inline_autocomplete,
|
D | omnibox_edit_model.h | 173 bool prevent_inline_autocomplete) const;
|