Home | History | Annotate | Download | only in proxy

Lines Matching refs:rules_

170   for (RuleList::const_iterator it = rules_.begin(); it != rules_.end(); ++it) {
178 if (rules_.size() != other.rules_.size())
181 for (size_t i = 0; i < rules_.size(); ++i) {
182 if (!rules_[i]->Equals(*other.rules_[i]))
203 rules_.push_back(new HostnamePatternRule(optional_scheme,
210 rules_.push_back(new BypassLocalRule);
224 for (RuleList::const_iterator rule(rules_.begin());
225 rule != rules_.end();
234 STLDeleteElements(&rules_);
241 for (RuleList::const_iterator it = other.rules_.begin();
242 it != other.rules_.end(); ++it) {
243 rules_.push_back((*it)->Clone());
294 rules_.push_back(