/external/chromium_org/chrome/browser/autocomplete/ |
D | search_provider_unittest.cc | 64 while ((it != matches.end()) && !it->allowed_to_be_default_match) in FindDefaultMatch() 121 allowed_to_be_default_match(false) { in ResultInfo() 125 bool allowed_to_be_default_match, in ResultInfo() 129 allowed_to_be_default_match(allowed_to_be_default_match), in ResultInfo() 135 const bool allowed_to_be_default_match; member 147 bool allowed_to_be_default_match; member 359 EXPECT_EQ(cases[i].output[j].allowed_to_be_default_match, in RunTest() 360 matches[j].allowed_to_be_default_match); in RunTest() 534 EXPECT_EQ(expected_matches[i].allowed_to_be_default_match, in CheckMatches() 535 matches[i].allowed_to_be_default_match); in CheckMatches() [all …]
|
D | bookmark_provider_unittest.cc | 379 const bool allowed_to_be_default_match; in TEST_F() member 416 EXPECT_EQ(query_data[i].allowed_to_be_default_match, in TEST_F() 417 ac_match.allowed_to_be_default_match) << description; in TEST_F()
|
D | history_url_provider_unittest.cc | 157 bool allowed_to_be_default_match; member 317 EXPECT_EQ(expected_urls[i].allowed_to_be_default_match, in RunTest() 318 matches_[i].allowed_to_be_default_match); in RunTest() 630 EXPECT_FALSE(matches_[i].allowed_to_be_default_match); in TEST_F() 1014 output[max_matches].allowed_to_be_default_match = true; in TEST_F()
|
D | autocomplete_provider_unittest.cc | 138 match.allowed_to_be_default_match = true; in AddResultsWithSearchTermsArgs() 383 match.allowed_to_be_default_match = true; in RunKeywordTest() 415 match.allowed_to_be_default_match = true; in RunAssistedQueryStatsTest()
|
D | shortcuts_provider.cc | 224 match.allowed_to_be_default_match = in ShortcutToACMatch() 235 match.allowed_to_be_default_match = in ShortcutToACMatch()
|
D | builtin_provider.cc | 152 matches_[0].allowed_to_be_default_match = true; in Start()
|
D | history_quick_provider.cc | 271 match.allowed_to_be_default_match = match.inline_autocompletion.empty() || in QuickMatchToACMatch()
|
D | bookmark_provider.cc | 216 match.allowed_to_be_default_match = match.inline_autocompletion.empty() || in BookmarkMatchToACMatch()
|
D | zero_suggest_provider.cc | 412 match.allowed_to_be_default_match = true; in MatchForCurrentURL()
|
D | builtin_provider_unittest.cc | 52 EXPECT_FALSE(matches[j].allowed_to_be_default_match); in RunTest()
|
D | history_url_provider.cc | 622 match.allowed_to_be_default_match = true; in SuggestExactInput() 1170 match.allowed_to_be_default_match = !params.prevent_inline_autocomplete || in HistoryMatchToACMatch()
|
D | history_quick_provider_unittest.cc | 334 EXPECT_EQ(can_inline_top_result, ac_matches_[0].allowed_to_be_default_match); in RunTestWithCursor()
|
D | shortcuts_provider_unittest.cc | 345 iter->destination_url.spec(), iter->allowed_to_be_default_match)); in SetShouldContain()
|
/external/chromium_org/components/omnibox/ |
D | autocomplete_match.cc | 44 allowed_to_be_default_match(false), in AutocompleteMatch() 59 allowed_to_be_default_match(false), in AutocompleteMatch() 73 allowed_to_be_default_match(match.allowed_to_be_default_match), in AutocompleteMatch() 110 allowed_to_be_default_match = match.allowed_to_be_default_match; in operator =() 417 if (!allowed_to_be_default_match) { in EnsureUWYTIsAllowedToBeDefault() 422 allowed_to_be_default_match = in EnsureUWYTIsAllowedToBeDefault()
|
D | autocomplete_result_unittest.cc | 58 match.allowed_to_be_default_match = true; in PopulateAutocompleteMatchesFromTestData() 139 match->allowed_to_be_default_match = true; in PopulateAutocompleteMatch() 212 match.allowed_to_be_default_match = true; in TEST_F() 549 matches[0].allowed_to_be_default_match = false; in TEST_F() 550 matches[1].allowed_to_be_default_match = false; in TEST_F() 646 matches[0].allowed_to_be_default_match = false; in TEST_F() 668 matches[1].allowed_to_be_default_match = false; in TEST_F() 692 matches[1].allowed_to_be_default_match = false; in TEST_F() 693 matches[2].allowed_to_be_default_match = false; in TEST_F() 713 matches[0].allowed_to_be_default_match = false; in TEST_F() [all …]
|
D | keyword_provider_unittest.cc | 39 bool allowed_to_be_default_match; member 106 EXPECT_EQ(keyword_cases[i].output[j].allowed_to_be_default_match, in RunTest() 107 matches[j].allowed_to_be_default_match); in RunTest()
|
D | keyword_provider.cc | 366 bool allowed_to_be_default_match, in CreateAutocompleteMatch() argument 390 match.allowed_to_be_default_match = allowed_to_be_default_match; in CreateAutocompleteMatch()
|
D | autocomplete_result.cc | 106 return match.allowed_to_be_default_match && in AllowedToBeDefaultMatchAccountingForDisableInliningExperiment() 211 if (it->allowed_to_be_default_match && it->inline_autocompletion.empty()) in SortAndCull() 255 DCHECK(default_match_->allowed_to_be_default_match) << debug_info; in SortAndCull()
|
D | keyword_provider.h | 135 bool allowed_to_be_default_match,
|
D | autocomplete_match.h | 302 bool allowed_to_be_default_match; member
|
D | base_search_provider.cc | 227 match.allowed_to_be_default_match = in CreateSearchSuggestion() 247 match.allowed_to_be_default_match = true; in CreateSearchSuggestion()
|
D | search_provider.cc | 188 while ((it != matches->end()) && !it->allowed_to_be_default_match) in FindTopMatch() 258 match.allowed_to_be_default_match = true; in Start() 957 while ((it != matches_.end()) && !it->allowed_to_be_default_match) in FindTopMatch() 1352 match.allowed_to_be_default_match = in NavigationToMatch()
|
/external/chromium_org/chrome/browser/ui/webui/omnibox/ |
D | omnibox_ui_handler.cc | 78 result->allowed_to_be_default_match = input.allowed_to_be_default_match; in Convert()
|
D | omnibox.mojom | 25 bool allowed_to_be_default_match;
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
D | omnibox_view_views_browsertest.cc | 252 match.allowed_to_be_default_match = true; in IN_PROC_BROWSER_TEST_F()
|