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

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

Completed in 71 milliseconds