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 273 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
90 EXPECT_EQ(keyword_cases[i].output[j].allowed_to_be_default_match,
91 matches[j].allowed_to_be_default_match);
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...]
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...]

Completed in 97 milliseconds