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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 272 bool allowed_to_be_default_match; member in struct:AutocompleteMatch
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);
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...]
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...]

Completed in 57 milliseconds