HomeSort by relevance Sort by last modified time
    Searched refs:default_match_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 569 default_match_ = end();
581 default_match_ = (rhs.default_match_ == rhs.end()) ?
582 end() : (begin() + (rhs.default_match_ - rhs.begin()));
628 default_match_ = end();
633 DCHECK(default_match_ != end());
637 default_match_ - begin();
641 default_match_ = begin() + default_offset;
658 default_match_ = begin();
664 (default_match_ != end()) &
    [all...]
autocomplete.h 514 // SortAndCull() has been invoked, and preserves default_match_.
541 const_iterator default_match() const { return default_match_; }
576 const_iterator default_match_; member in class:AutocompleteResult
    [all...]

Completed in 36 milliseconds