Searched refs:allowed_to_be_default_match (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
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...]
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 Dautocomplete_provider_unittest.cc138 match.allowed_to_be_default_match = true;
383 match.allowed_to_be_default_match = true;
415 match.allowed_to_be_default_match = true;
H A Dshortcuts_provider.cc211 // Set |inline_autocompletion| and |allowed_to_be_default_match| if possible.
224 match.allowed_to_be_default_match =
235 match.allowed_to_be_default_match =
H A Dbookmark_provider.cc216 match.allowed_to_be_default_match = match.inline_autocompletion.empty() ||
H A Dbuiltin_provider.cc152 matches_[0].allowed_to_be_default_match = true;
H A Dhistory_quick_provider.cc258 // Set |inline_autocompletion| and |allowed_to_be_default_match| if possible.
271 match.allowed_to_be_default_match = match.inline_autocompletion.empty() ||
H A Dbuiltin_provider_unittest.cc52 EXPECT_FALSE(matches[j].allowed_to_be_default_match);
H A Dzero_suggest_provider.cc412 match.allowed_to_be_default_match = true;
H A Dhistory_url_provider.cc622 match.allowed_to_be_default_match = true;
1170 match.allowed_to_be_default_match = !params.prevent_inline_autocomplete ||
H A Dhistory_quick_provider_unittest.cc334 EXPECT_EQ(can_inline_top_result, ac_matches_[0].allowed_to_be_default_match);
H A Dshortcuts_provider_unittest.cc345 iter->destination_url.spec(), iter->allowed_to_be_default_match));
416 // be used because |allowed_to_be_default_match| will be false.
444 // be used because |allowed_to_be_default_match| will be false.
484 // be used because |allowed_to_be_default_match| will be false.
501 // be used because |allowed_to_be_default_match| will be false.
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.cc44 allowed_to_be_default_match(false),
59 allowed_to_be_default_match(false),
73 allowed_to_be_default_match(match.allowed_to_be_default_match),
110 allowed_to_be_default_match = match.allowed_to_be_default_match;
417 if (!allowed_to_be_default_match) {
422 allowed_to_be_default_match =
H A Dkeyword_provider.h135 bool allowed_to_be_default_match,
H A Dautocomplete_result_unittest.cc58 match.allowed_to_be_default_match = true;
139 match->allowed_to_be_default_match = true;
212 match.allowed_to_be_default_match = true;
549 matches[0].allowed_to_be_default_match = false;
550 matches[1].allowed_to_be_default_match = false;
646 matches[0].allowed_to_be_default_match = false;
668 matches[1].allowed_to_be_default_match = false;
692 matches[1].allowed_to_be_default_match = false;
693 matches[2].allowed_to_be_default_match = false;
713 matches[0].allowed_to_be_default_match
[all...]
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_result.cc106 return match.allowed_to_be_default_match &&
211 if (it->allowed_to_be_default_match && it->inline_autocompletion.empty())
255 DCHECK(default_match_->allowed_to_be_default_match) << debug_info;
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
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 Dbase_search_provider.cc227 match.allowed_to_be_default_match =
247 match.allowed_to_be_default_match = true;
H A Dsearch_provider.cc188 while ((it != matches->end()) && !it->allowed_to_be_default_match)
258 match.allowed_to_be_default_match = true;
957 while ((it != matches_.end()) && !it->allowed_to_be_default_match)
1352 match.allowed_to_be_default_match =
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.cc78 result->allowed_to_be_default_match = input.allowed_to_be_default_match;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views_browsertest.cc252 match.allowed_to_be_default_match = true;
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc763 match.allowed_to_be_default_match ? match.inline_autocompletion.length() :

Completed in 1963 milliseconds