Searched defs:allowed_to_be_default_match (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dkeyword_provider_unittest.cc39 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);
H A Dautocomplete_match.h194 // Sets |allowed_to_be_default_match| to true if this match is effectively
302 bool allowed_to_be_default_match; member in struct:AutocompleteMatch
H A Dkeyword_provider.cc366 bool allowed_to_be_default_match,
390 match.allowed_to_be_default_match = allowed_to_be_default_match;
361 CreateAutocompleteMatch( const TemplateURL* template_url, const AutocompleteInput& input, size_t prefix_length, const base::string16& remaining_input, bool allowed_to_be_default_match, int relevance) argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider_unittest.cc379 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;
H A Dhistory_url_provider_unittest.cc157 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);
1014 output[max_matches].allowed_to_be_default_match = true;
H A Dsearch_provider_unittest.cc60 // 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);
123 ResultInfo(GURL gurl, AutocompleteMatch::Type result_type, bool allowed_to_be_default_match, base::string16 fill_into_edit) argument
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 2551 milliseconds