Home | History | Annotate | Download | only in proxy

Lines Matching defs:rules

17 // settings, as a list of rules. A URL is said to match the bypass rules
18 // if it matches any one of these rules.
31 // visualizing the rules, and also to test equality of a rules list.
51 // Returns the current list of rules. The rules list contains pointers
54 const RuleList& rules() const { return rules_; }
56 // Returns true if |url| matches any of the proxy bypass rules.
60 // describe the same set of rules.
63 // Initializes the list of rules by parsing the string |raw|. |raw| is a
64 // comma separated list of rules. See AddRuleFromString() to see the list
156 // Converts the rules to string representation. Inverse operation to
160 // Removes all the rules.