Home
last modified time | relevance | path

Searched refs:default_match_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/omnibox/
Dautocomplete_result.cc130 default_match_ = end(); in AutocompleteResult()
186 default_match_ = end(); in AppendMatches()
243 default_match_ = matches_.begin(); in SortAndCull()
245 if (default_match_ != matches_.end()) { in SortAndCull()
248 default_match_->fill_into_edit + in SortAndCull()
250 ((default_match_->provider != NULL) in SortAndCull()
251 ? base::ASCIIToUTF16(default_match_->provider->GetName()) in SortAndCull()
255 DCHECK(default_match_->allowed_to_be_default_match) << debug_info; in SortAndCull()
259 if (default_match_->destination_url.is_valid()) { in SortAndCull()
262 if (AutocompleteMatch::IsSearchType(default_match_->type)) { in SortAndCull()
[all …]
Dautocomplete_result.h98 const_iterator default_match() const { return default_match_; } in default_match()
191 const_iterator default_match_; variable