Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc569 default_match_ = end(); in AutocompleteResult()
581 default_match_ = (rhs.default_match_ == rhs.end()) ? in CopyFrom()
582 end() : (begin() + (rhs.default_match_ - rhs.begin())); in CopyFrom()
628 default_match_ = end(); in AppendMatches()
633 DCHECK(default_match_ != end()); in AddMatch()
637 default_match_ - begin(); in AddMatch()
641 default_match_ = begin() + default_offset; in AddMatch()
658 default_match_ = begin(); in SortAndCull()
664 (default_match_ != end()) && in SortAndCull()
665 (default_match_->transition != PageTransition::TYPED) && in SortAndCull()
[all …]
Dautocomplete.h541 const_iterator default_match() const { return default_match_; } in default_match()
576 const_iterator default_match_; variable