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

  /external/chromium_org/components/omnibox/
keyword_provider_unittest.cc 39 bool allowed_to_be_default_match; member in struct:KeywordProviderTest::MatchType
106 EXPECT_EQ(keyword_cases[i].output[j].allowed_to_be_default_match,
107 matches[j].allowed_to_be_default_match);
autocomplete_match.h 194 // Sets |allowed_to_be_default_match| to true if this match is effectively
302 bool allowed_to_be_default_match; member in struct:AutocompleteMatch
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider_unittest.cc 379 const bool allowed_to_be_default_match; member in struct:QueryData
416 EXPECT_EQ(query_data[i].allowed_to_be_default_match,
417 ac_match.allowed_to_be_default_match) << description;
history_url_provider_unittest.cc 157 bool allowed_to_be_default_match; member in struct:HistoryURLProviderTest::UrlAndLegalDefault
317 EXPECT_EQ(expected_urls[i].allowed_to_be_default_match,
318 matches_[i].allowed_to_be_default_match);
630 EXPECT_FALSE(matches_[i].allowed_to_be_default_match);
    [all...]
search_provider_unittest.cc 60 // Returns the first match in |matches| with |allowed_to_be_default_match|
64 while ((it != matches.end()) && !it->allowed_to_be_default_match)
121 allowed_to_be_default_match(false) {
125 bool allowed_to_be_default_match,
129 allowed_to_be_default_match(allowed_to_be_default_match),
135 const bool allowed_to_be_default_match; member in struct:SearchProviderTest::ResultInfo
147 bool allowed_to_be_default_match; member in struct:SearchProviderTest::ExpectedMatch
359 EXPECT_EQ(cases[i].output[j].allowed_to_be_default_match,
360 matches[j].allowed_to_be_default_match);
1522 bool allowed_to_be_default_match; member in struct:KeywordFetcherMatch
2288 bool allowed_to_be_default_match; member in struct:DefaultFetcherUrlInputMatch
    [all...]

Completed in 385 milliseconds