Searched refs:allowed_hosts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermissions_data_unittest.cc676 URLPatternSet allowed_hosts; local
677 allowed_hosts.AddPattern(URLPattern(URLPattern::SCHEME_ALL,
683 // http_url is in allowed_hosts.
689 allowed_hosts, URLPatternSet()));
709 URLPatternSet more_allowed_hosts = allowed_hosts;
716 allowed_hosts, URLPatternSet()));
H A Dpermission_set_unittest.cc1826 URLPatternSet allowed_hosts; local
1827 allowed_hosts.AddPattern(
1829 allowed_hosts.AddPattern(
1831 allowed_hosts.AddPattern(
1835 allowed_hosts, URLPatternSet()));

Completed in 277 milliseconds