Home | History | Annotate | Download | only in proxy

Lines Matching refs:Matches

18 // if it matches any one of these rules.
27 // Returns true if |url| matches the rule.
28 virtual bool Matches(const GURL& url) const = 0;
56 // Returns true if |url| matches any of the proxy bypass rules.
57 bool Matches(const GURL& url) const;
76 // Adds a rule that matches a URL when all of the following are true:
77 // (a) The URL's scheme matches |optional_scheme|, if
79 // (b) The URL's hostname matches |hostname_pattern|.
80 // (c) The URL's (effective) port number matches |optional_port| if
88 // This matches IE's interpretation of the
135 // host matches one of: "127.0.0.1", "::1", "localhost".