HomeSort by relevance Sort by last modified time
    Searched refs:allowed_to_be_default_match (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc 50 // Returns the first match in |matches| with |allowed_to_be_default_match|
54 while ((it != matches.end()) && !it->allowed_to_be_default_match)
107 allowed_to_be_default_match(false) {
111 bool allowed_to_be_default_match,
115 allowed_to_be_default_match(allowed_to_be_default_match),
121 const bool allowed_to_be_default_match; member in struct:SearchProviderTest::ResultInfo
312 EXPECT_EQ(cases[i].output[j].allowed_to_be_default_match,
313 matches[j].allowed_to_be_default_match) << diagnostic_details;
504 EXPECT_TRUE(term1_match.allowed_to_be_default_match);
1163 bool allowed_to_be_default_match; member in struct:DefaultFetcherMatch
1436 bool allowed_to_be_default_match; member in struct:DefaultFetcherMatch
1701 bool allowed_to_be_default_match; member in struct:KeywordFetcherMatch
2183 bool allowed_to_be_default_match; member in struct:KeywordFetcherMatch
2735 bool allowed_to_be_default_match; member in struct:DefaultFetcherUrlInputMatch
2857 bool allowed_to_be_default_match; member in struct:DefaultFetcherUrlInputMatch
    [all...]
autocomplete_match.cc 46 allowed_to_be_default_match(false),
62 allowed_to_be_default_match(false),
77 allowed_to_be_default_match(match.allowed_to_be_default_match),
112 allowed_to_be_default_match = match.allowed_to_be_default_match;
autocomplete_result_unittest.cc 37 match.allowed_to_be_default_match = true;
118 match->allowed_to_be_default_match = true;
188 match.allowed_to_be_default_match = true;
387 matches[0].allowed_to_be_default_match = true;
391 matches[1].allowed_to_be_default_match = true;
395 matches[2].allowed_to_be_default_match = true;
461 matches[0].allowed_to_be_default_match = false;
462 matches[1].allowed_to_be_default_match = false;
keyword_provider.h 132 bool allowed_to_be_default_match,
keyword_provider_unittest.cc 22 bool allowed_to_be_default_match; member in struct:KeywordProviderTest::MatchType
90 EXPECT_EQ(keyword_cases[i].output[j].allowed_to_be_default_match,
91 matches[j].allowed_to_be_default_match);
history_quick_provider.cc 280 match.allowed_to_be_default_match = history_match.can_inline() &&
282 if (match.allowed_to_be_default_match) {
autocomplete_result.cc 173 if (!matches_.empty() && !matches_.begin()->allowed_to_be_default_match &&
180 if (it->allowed_to_be_default_match) {
202 DCHECK(default_match_->allowed_to_be_default_match) << debug_info;
shortcuts_provider.cc 197 (matches_.empty() || !matches_.front().allowed_to_be_default_match)) {
225 // Set |inline_autocompletion| and |allowed_to_be_default_match| if possible.
237 match.allowed_to_be_default_match =
257 match.allowed_to_be_default_match =
autocomplete_match.h 273 bool allowed_to_be_default_match; member in struct:AutocompleteMatch
autocomplete_provider_unittest.cc 132 match.allowed_to_be_default_match = true;
356 match.allowed_to_be_default_match = true;
382 match.allowed_to_be_default_match = true;
keyword_provider.cc 432 bool allowed_to_be_default_match,
455 match.allowed_to_be_default_match = allowed_to_be_default_match;
search_provider.cc 425 match.allowed_to_be_default_match = (input_text == match_contents);
437 match.allowed_to_be_default_match = true;
657 match.allowed_to_be_default_match = true;
    [all...]
bookmark_provider_unittest.cc 341 EXPECT_FALSE(matches[j].allowed_to_be_default_match);
builtin_provider.cc 125 matches_[0].allowed_to_be_default_match = true;
extension_app_provider.cc 82 match.allowed_to_be_default_match = true;
history_url_provider_unittest.cc 139 bool allowed_to_be_default_match; member in struct:HistoryURLProviderTest::UrlAndLegalDefault
295 EXPECT_EQ(expected_urls[i].allowed_to_be_default_match,
296 matches_[i].allowed_to_be_default_match);
606 EXPECT_FALSE(matches_[i].allowed_to_be_default_match);
    [all...]
builtin_provider_unittest.cc 68 EXPECT_FALSE(matches[j].allowed_to_be_default_match);
contact_provider_chromeos_unittest.cc 280 EXPECT_FALSE(matches[i].allowed_to_be_default_match);
zero_suggest_provider.cc 455 match.allowed_to_be_default_match = true;
history_url_provider.cc 424 match.allowed_to_be_default_match = true;
    [all...]
history_quick_provider_unittest.cc 289 EXPECT_EQ(can_inline_top_result, ac_matches_[0].allowed_to_be_default_match);
shortcuts_provider_unittest.cc 322 iter->destination_url.spec(), iter->allowed_to_be_default_match));
393 // be used because |allowed_to_be_default_match| will be false.
421 // be used because |allowed_to_be_default_match| will be false.
461 // be used because |allowed_to_be_default_match| will be false.
478 // be used because |allowed_to_be_default_match| will be false.
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.cc 141 output->SetBoolean(item_prefix + ".allowed_to_be_default_match",
142 it->allowed_to_be_default_match);

Completed in 146 milliseconds