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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 889 for blocked_domain in self._blocked_domains:
890 if user_domain_match(domain, blocked_domain):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 889 for blocked_domain in self._blocked_domains:
890 if user_domain_match(domain, blocked_domain):
    [all...]

Completed in 46 milliseconds