Lines Matching refs:default_match_
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()) &&
665 (default_match_->transition != PageTransition::TYPED) &&
666 (default_match_->transition != PageTransition::KEYWORD) &&
667 (input.canonicalized_url() != default_match_->destination_url))
711 default_match_ = end();
715 const size_t default_match_offset = default_match_ - begin();
717 other->default_match_ - other->begin();
719 default_match_ = begin() + other_default_match_offset;
720 other->default_match_ = other->begin() + default_match_offset;