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

  /external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc 249 EXPECT_TRUE(matches[j].allowed_to_be_default_match);
407 EXPECT_TRUE(term1_match.allowed_to_be_default_match);
409 EXPECT_TRUE(wyt_match.allowed_to_be_default_match);
419 EXPECT_TRUE(provider_->matches()[0].allowed_to_be_default_match);
546 EXPECT_TRUE(wyt_match.allowed_to_be_default_match);
547 EXPECT_TRUE(term_match.allowed_to_be_default_match);
564 EXPECT_TRUE(wyt_match.allowed_to_be_default_match);
565 EXPECT_TRUE(term_match.allowed_to_be_default_match);
572 EXPECT_TRUE(term_match.allowed_to_be_default_match);
573 EXPECT_TRUE(wyt_match.allowed_to_be_default_match);
938 bool allowed_to_be_default_match; member in struct:DefaultFetcherMatch
1164 bool allowed_to_be_default_match; member in struct:DefaultFetcherMatch
1401 bool allowed_to_be_default_match; member in struct:KeywordFetcherMatch
1962 bool allowed_to_be_default_match; member in struct:DefaultFetcherUrlInputMatch
2109 const bool allowed_to_be_default_match; member in struct:__anon6633
    [all...]
autocomplete_result_unittest.cc 99 match->allowed_to_be_default_match = true;
168 match.allowed_to_be_default_match = true;
321 match.allowed_to_be_default_match = true;
329 match.allowed_to_be_default_match = true;
337 match.allowed_to_be_default_match = true;
345 match.allowed_to_be_default_match = true;
416 matches[0].allowed_to_be_default_match = false;
417 matches[1].allowed_to_be_default_match = false;
keyword_provider.h 130 bool allowed_to_be_default_match,
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.cc 160 if (!matches_.empty() && !matches_.begin()->allowed_to_be_default_match &&
167 if (it->allowed_to_be_default_match) {
183 default_match_->allowed_to_be_default_match);
keyword_provider_unittest.cc 22 bool allowed_to_be_default_match; member in struct:KeywordProviderTest::MatchType
88 EXPECT_EQ(keyword_cases[i].output[j].allowed_to_be_default_match,
89 matches[j].allowed_to_be_default_match);
autocomplete_match.h 272 bool allowed_to_be_default_match; member in struct:AutocompleteMatch
history_url_provider_unittest.cc 137 bool allowed_to_be_default_match; member in struct:HistoryURLProviderTest::UrlAndLegalDefault
293 EXPECT_EQ(expected_urls[i].allowed_to_be_default_match,
294 matches_[i].allowed_to_be_default_match);
597 EXPECT_FALSE(matches_[i].allowed_to_be_default_match);
    [all...]
history_quick_provider.cc 278 match.allowed_to_be_default_match = history_match.can_inline &&
280 if (match.allowed_to_be_default_match) {
autocomplete_provider_unittest.cc 131 match.allowed_to_be_default_match = true;
350 match.allowed_to_be_default_match = true;
376 match.allowed_to_be_default_match = true;
keyword_provider.cc 428 bool allowed_to_be_default_match,
451 match.allowed_to_be_default_match = allowed_to_be_default_match;
bookmark_provider_unittest.cc 341 EXPECT_FALSE(matches[j].allowed_to_be_default_match);
builtin_provider_unittest.cc 67 EXPECT_FALSE(matches[j].allowed_to_be_default_match);
extension_app_provider.cc 82 match.allowed_to_be_default_match = true;
search_provider.cc 316 match.allowed_to_be_default_match = true;
329 match.allowed_to_be_default_match = true;
515 match.allowed_to_be_default_match = true;
    [all...]
contact_provider_chromeos_unittest.cc 280 EXPECT_FALSE(matches[i].allowed_to_be_default_match);
zero_suggest_provider.cc 469 match.allowed_to_be_default_match = true;
history_url_provider.cc 352 match.allowed_to_be_default_match = true;
    [all...]
history_quick_provider_unittest.cc 291 EXPECT_EQ(can_inline_top_result, ac_matches_[0].allowed_to_be_default_match);
shortcuts_provider_unittest.cc 263 EXPECT_FALSE(it->allowed_to_be_default_match);

Completed in 5450 milliseconds